Backed out changeset ee4ee2b72573 (bug 625982) because of wrong bug number

This commit is contained in:
Ehsan Akhgari 2014-05-06 21:23:50 -04:00
parent 7807eb92d9
commit 3a59053b84

View File

@ -34,13 +34,6 @@ function test()
if (testSetup()) {
SimpleTest.waitForExplicitFinish();
SimpleTest.requestFlakyTimeout(
"This test uses non-zero timeout values because it needs to check the condition " +
"that -nothing happened-, so there are no events or observers to watch and rely on. " +
"The alternative way to test it would be too tied to the actual implementation to " +
"be useful. The test is not unstable; see detailed explanation in bug 544356 comment 57."
);
//Start test
gGen = doTest();
gGen.next();