Disabling ChromeFrame.Launch
TBR=grt BUG=81479 TEST=chrome_frame_tests.exe Review URL: https://chromiumcodereview.appspot.com/9599017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124964 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -8,7 +8,10 @@
|
||||
|
||||
const int kLongWaitTimeout = 25 * 1000;
|
||||
|
||||
TEST(ChromeFrame, Launch) {
|
||||
// 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) {
|
||||
MessageLoopForUI loop;
|
||||
AutomationMockLaunch mock_launch(&loop, kLongWaitTimeout);
|
||||
|
||||
|
Reference in New Issue
Block a user