From 3eb90af8228811fa8fe60e691f55c214140a323b Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Thu, 17 Jun 2021 00:02:36 -0400 Subject: [PATCH] [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/20053: Disabling collection smoke tests temporarily The changes from https://github.com/mozilla-mobile/fenix/issues/19090 did not fix the issue consistently, and are causing failures intermittently on-unrelated PRs. Disabling these tests again until we have another fix for https://github.com/mozilla-mobile/fenix/issues/19090. --- app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt index 69a614d8c..14fe0bdbe 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/SmokeTest.kt @@ -879,6 +879,7 @@ class SmokeTest { } } + @Ignore("Disabling until re-implemented by #19090") @Test fun createFirstCollectionTest() { val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1) @@ -962,6 +963,7 @@ class SmokeTest { } } + @Ignore("Disabling until re-implemented by #19090") @Test fun shareCollectionTest() { val webPage = TestAssetHelper.getGenericAsset(mockWebServer, 1) @@ -983,6 +985,7 @@ class SmokeTest { } } + @Ignore("Disabling until re-implemented by #19090") @Test fun deleteCollectionTest() { val webPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)