mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
No issue: Disable ETP permanent UI test failures
This commit is contained in:
parent
30b8de0dce
commit
fb80d2ee8c
@ -403,6 +403,7 @@ class SmokeTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Permanent failure: https://github.com/mozilla-mobile/fenix/issues/27312")
|
||||
@Test
|
||||
fun customTrackingProtectionSettingsTest() {
|
||||
val genericWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
||||
|
@ -7,6 +7,7 @@ package org.mozilla.fenix.ui
|
||||
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.customannotations.SmokeTest
|
||||
@ -160,6 +161,7 @@ class StrictEnhancedTrackingProtectionTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Permanent failure: https://github.com/mozilla-mobile/fenix/issues/27312")
|
||||
@Test
|
||||
fun testStrictVisitSheetDetails() {
|
||||
val genericPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user