Bug 870768 - Disable verify url test. r=gbrown

This commit is contained in:
Wes Johnston 2013-05-10 15:54:09 -07:00
Родитель e1d2564c1b
Коммит ca7e5ec459
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

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