mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset ee4ee2b72573 (bug 625982) because of wrong bug number
This commit is contained in:
parent
7807eb92d9
commit
3a59053b84
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user