From 47366000e3235d007a86efa47e1ef0849b711015 Mon Sep 17 00:00:00 2001 From: Oana Horvath Date: Fri, 3 Apr 2020 20:39:33 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/9670: Disabled intermittent tabMediaControlButton test (https://github.com/mozilla-mobile/fenix/pull/9679) and removed file created by mistake -e added reason for disabled tests --- -e | 0 .../java/org/mozilla/fenix/ui/MediaNotificationTest.kt | 2 ++ 2 files changed, 2 insertions(+) delete mode 100644 -e diff --git a/-e b/-e deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/MediaNotificationTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/MediaNotificationTest.kt index 67e2ad16dc..ad6ddc8d21 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/MediaNotificationTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/MediaNotificationTest.kt @@ -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.helpers.AndroidAssetDispatcher @@ -88,6 +89,7 @@ class MediaNotificationTest { } @Test + @Ignore("Temp disable test - see: https://github.com/mozilla-mobile/fenix/issues/9670") fun tabMediaControlButtonTest() { val audioTestPage = TestAssetHelper.getAudioPageAsset(mockWebServer)