Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Disable failing tests from #10587 and #10586 (#10620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oana Horvath authored May 13, 2020
1 parent 8c0dc7f commit 3a94d64
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import androidx.test.uiautomator.Until
import okhttp3.mockwebserver.MockWebServer
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.helpers.AndroidAssetDispatcher
Expand Down Expand Up @@ -79,6 +80,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
// open a webpage, and add currently opened tab to existing collection
fun addTabToExistingCollectionTest() {
Expand All @@ -105,6 +107,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun collectionMenuAddTabButtonTest() {
val secondWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 2)
Expand All @@ -126,6 +129,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun collectionMenuOpenAllTabsTest() {
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
Expand All @@ -141,6 +145,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun renameCollectionTest() {
createCollection(firstCollectionName)
Expand All @@ -155,6 +160,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun deleteCollectionTest() {
createCollection(firstCollectionName)
Expand All @@ -168,6 +174,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun createCollectionFromTabTest() {
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
Expand All @@ -184,6 +191,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun verifyExpandedCollectionItemsTest() {
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
Expand All @@ -208,6 +216,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun shareCollectionTest() {
createCollection(firstCollectionName)
Expand All @@ -218,6 +227,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun removeTabFromCollectionTest() {
val webPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
Expand Down Expand Up @@ -274,6 +284,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun tabsOverflowMenuSaveCollectionTest() {
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
Expand Down Expand Up @@ -302,6 +313,7 @@ class CollectionTest {
}
}

@Ignore("Intermittent failures, see: https://github.com/mozilla-mobile/fenix/issues/10587")
@Test
fun navigateBackInCollectionFlowTest() {
val secondWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class ContextMenusTest {
}
}

@Ignore("Intermittent failure - https://github.com/mozilla-mobile/fenix/issues/10586")
@Test
fun verifyContextOpenLinkPrivateTab() {
val pageLinks =
Expand Down Expand Up @@ -119,6 +120,7 @@ class ContextMenusTest {
}
}

@Ignore("Intermittent failure - https://github.com/mozilla-mobile/fenix/issues/10586")
@Test
fun verifyContextShareLink() {
val pageLinks =
Expand Down

0 comments on commit 3a94d64

Please sign in to comment.