From 80bda8b7ba45c9a5a36eaef607505cb13b70283c Mon Sep 17 00:00:00 2001 From: AndiAJ Date: Wed, 21 Dec 2022 14:29:17 +0200 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/28212 disable failing emailLinkPWATest UI test --- app/src/androidTest/java/org/mozilla/fenix/ui/PwaTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/PwaTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/PwaTest.kt index 4cf9c85844..6bb3ce4440 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/PwaTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/PwaTest.kt @@ -1,6 +1,7 @@ package org.mozilla.fenix.ui import androidx.core.net.toUri +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.mozilla.fenix.customannotations.SmokeTest @@ -45,6 +46,7 @@ class PwaTest { } } + @Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/28212") @SmokeTest @Test fun emailLinkPWATest() {