mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 870768 - Disable verify url test. r=gbrown
This commit is contained in:
parent
430083b7bf
commit
cfa24a9f7c
@ -229,8 +229,9 @@ public class testHistoryTab extends PixelTest {
|
||||
if (success == true && mChild != null) {
|
||||
mSolo.clickOnView(mChild);
|
||||
contentEventExpecter.blockForEvent();
|
||||
mSolo.sleep(500);
|
||||
verifyUrl(url);
|
||||
// Disable this test because its flaky (see bug 870768)
|
||||
// mSolo.sleep(500);
|
||||
// verifyUrl(url);
|
||||
} else {
|
||||
mAsserter.ok(false, "waiting for history item", "history item available");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user