From bebb69e046b3f614fe7fe5266a02640cd4cb3ac9 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Tue, 14 Jan 2020 14:07:53 -0500 Subject: [PATCH] Closes #7687: Temp disable UI test verifyContextCopyImageLocation and verifyContextSaveImage and verifyContextOpenImageNewTab --- .../androidTest/java/org/mozilla/fenix/ui/ContextMenusTest.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/ContextMenusTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/ContextMenusTest.kt index 1c6da3843..d17644743 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/ContextMenusTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/ContextMenusTest.kt @@ -9,6 +9,7 @@ import androidx.test.uiautomator.UiDevice 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 @@ -132,6 +133,7 @@ class ContextMenusTest { } } + @Ignore("Temp disable intermittent failure - https://github.com/mozilla-mobile/fenix/issues/7687") @Test fun verifyContextOpenImageNewTab() { val pageLinks = @@ -151,6 +153,7 @@ class ContextMenusTest { } } + @Ignore("Temp disable intermittent failure - https://github.com/mozilla-mobile/fenix/issues/7687") @Test fun verifyContextCopyImageLocation() { val pageLinks = @@ -171,6 +174,7 @@ class ContextMenusTest { } } + @Ignore("Temp disable intermittent failure - https://github.com/mozilla-mobile/fenix/issues/7666") @Test fun verifyContextSaveImage() { val pageLinks =