Bug 870768 - Disable verify url test. r=gbrown

This commit is contained in:
Wes Johnston 2013-05-10 15:54:09 -07:00
parent 430083b7bf
commit cfa24a9f7c

View File

@ -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");
}