From 84a6cc4d92f2de45ccde779e5c1244ce3c5c0713 Mon Sep 17 00:00:00 2001 From: Oana Horvath Date: Thu, 14 May 2020 14:48:42 +0300 Subject: [PATCH] for #10587: Disable all flaky collections tests (#10643) --- app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt index c80a81c36..2565d2e74 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt @@ -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)