Skip to content

Commit

Permalink
For mozilla-mobile#1923 - Disable failing openNewPrivateTabTest UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiAJ committed May 2, 2023
1 parent 61fbb1c commit 8c67703
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import androidx.test.uiautomator.UiSelector
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.reference.browser.R
Expand Down Expand Up @@ -180,6 +181,7 @@ class TabTrayMenuTest {
}

// This test verifies the new tab is open and that its items are all in place
@Ignore("Failing, see: https://github.com/mozilla-mobile/reference-browser/issues/1923")
@Test
fun openNewPrivateTabTest() {
val firstGenericURL = TestAssetHelper.getGenericAsset(mockWebServer, 1)
Expand Down

0 comments on commit 8c67703

Please sign in to comment.