mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/12309: Disable verifyContextSaveImage and verifyContextMixedVariations (https://github.com/mozilla-mobile/fenix/pull/12314)
This commit is contained in:
parent
995bdd89ee
commit
0a9d823582
@ -173,6 +173,7 @@ class ContextMenusTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Intermittent: https://github.com/mozilla-mobile/fenix/issues/12309")
|
||||
fun verifyContextSaveImage() {
|
||||
val pageLinks =
|
||||
TestAssetHelper.getGenericAsset(mockWebServer, 4)
|
||||
@ -197,6 +198,7 @@ class ContextMenusTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Intermittent: https://github.com/mozilla-mobile/fenix/issues/12309")
|
||||
fun verifyContextMixedVariations() {
|
||||
val pageLinks =
|
||||
TestAssetHelper.getGenericAsset(mockWebServer, 4)
|
||||
|
Loading…
Reference in New Issue
Block a user