Marking FastShutdown.SlowTermination as flaky due to WebKit r90164.
BUG=88141 TEST=FastShutdown.SlowTermination stops failing TBR=sreeram git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91266 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -23,7 +23,9 @@ class FastShutdown : public UITest {
|
||||
// SimulateOSClick is broken on the Mac: http://crbug.com/45162
|
||||
#define MAYBE_SlowTermination DISABLED_SlowTermination
|
||||
#else
|
||||
#define MAYBE_SlowTermination SlowTermination
|
||||
// http://trac.webkit.org/changeset/90164/ changed onuload() behaviour.
|
||||
// http://crbug.com/88141
|
||||
#define MAYBE_SlowTermination FLAKY_SlowTermination
|
||||
#endif
|
||||
|
||||
// This tests for a previous error where uninstalling an onbeforeunload
|
||||
|
Reference in New Issue
Block a user