Skip to content

Commit

Permalink
For mozilla-mobile#6709 and mozilla-mobile#6708 re-enable Multitaskin…
Browse files Browse the repository at this point in the history
…gTests UI tests
  • Loading branch information
AndiAJ authored and mergify[bot] committed Mar 22, 2022
1 parent 2965db8 commit 4662918
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/src/androidTest/assets/tab1.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
</head>
<title>Tab 1</title>
<body>
<h1 id="content">Tab 1</h1>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import okhttp3.mockwebserver.MockWebServer
import org.junit.After
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
Expand Down Expand Up @@ -68,7 +67,6 @@ class MultitaskingTest {
featureSettingsHelper.resetAllFeatureFlags()
}

@Ignore("Failing, see: https://github.com/mozilla-mobile/focus-android/issues/6538")
@SmokeTest
@Test
fun testVisitingMultipleSites() {
Expand Down Expand Up @@ -114,7 +112,6 @@ class MultitaskingTest {
}
}

@Ignore("Failing, see: https://github.com/mozilla-mobile/focus-android/issues/6600")
@SmokeTest
@Test
fun closeTabButtonTest() {
Expand Down

0 comments on commit 4662918

Please sign in to comment.