1
0
Fork 0

for #10587: Disable all flaky collections tests (#10643)

master
Oana Horvath 2020-05-14 14:48:42 +03:00 committed by GitHub
parent 5850ca1f6d
commit 84a6cc4d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class CollectionTest {
mockWebServer.shutdown()
}
@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun verifyCreateFirstCollectionFlowItems() {
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -257,6 +258,7 @@ class CollectionTest {
}
}
@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun selectTabOnLongTapTest() {
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)