Commit 51bfa4b3 authored by John Abd-El-Malek's avatar John Abd-El-Malek Committed by Chromium LUCI CQ

Re-enable SingleProcessBrowserTest.Test.

Bug: 987448
Change-Id: I0236f4821f3a13519ef51c0c1825be1bd9c2e8f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560813
Auto-Submit: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: default avatarKen Rockot <rockot@google.com>
Commit-Queue: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#831942}
parent a6d15f4b
......@@ -119,15 +119,7 @@ class SingleProcessBrowserTest : public InProcessBrowserTest {
}
};
#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_WIN)
// TODO(https://crbug.com/931233): Reenable on Linux.
// TODO(https://crbug.com/987448): Reenable on Windows.
#define MAYBE_Test DISABLED_Test
#else
#define MAYBE_Test Test
#endif
IN_PROC_BROWSER_TEST_F(SingleProcessBrowserTest, MAYBE_Test) {
IN_PROC_BROWSER_TEST_F(SingleProcessBrowserTest, Test) {
// Should not crash.
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment