[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.
pull/600/head
Jonathan Almeida 3 years ago committed by Oana Horvath
parent efc698e115
commit 3eb90af822

@ -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)

Loading…
Cancel
Save