diff options
Diffstat (limited to 'chrome_frame/test/chrome_frame_automation_mock.cc')
-rw-r--r-- | chrome_frame/test/chrome_frame_automation_mock.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome_frame/test/chrome_frame_automation_mock.cc b/chrome_frame/test/chrome_frame_automation_mock.cc index fae0ae1..1f50b2e 100644 --- a/chrome_frame/test/chrome_frame_automation_mock.cc +++ b/chrome_frame/test/chrome_frame_automation_mock.cc @@ -8,10 +8,7 @@ const int kLongWaitTimeout = 25 * 1000; -// Note that this test fails occasionally. Disabling it altogether (rather than -// marking as flaky to see if the failure cascades down to the next test. -// http://crbug.com/81479 -TEST(ChromeFrame, DISABLED_Launch) { +TEST(ChromeFrame, Launch) { MessageLoopForUI loop; AutomationMockLaunch mock_launch(&loop, kLongWaitTimeout); |