From eac1d4399ac7a4e3a1f096661f42fde36cf773c1 Mon Sep 17 00:00:00 2001 From: AndiAJ Date: Fri, 26 May 2023 14:09:43 +0300 Subject: [PATCH] Bug 1826500 - Re-enable httpsOnlyModeEnabledOnlyInPrivateBrowsingTest UI test --- .../androidTest/java/org/mozilla/fenix/ui/SettingsHTTPSOnlyModeTest.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsHTTPSOnlyModeTest.kt b/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsHTTPSOnlyModeTest.kt index 51b7f95a09c3..4280aa24f153 100644 --- a/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsHTTPSOnlyModeTest.kt +++ b/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsHTTPSOnlyModeTest.kt @@ -6,7 +6,6 @@ package org.mozilla.fenix.ui import androidx.core.net.toUri import androidx.test.espresso.Espresso.pressBack -import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.mozilla.fenix.customannotations.SmokeTest @@ -121,7 +120,6 @@ class SettingsHTTPSOnlyModeTest { } } - @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1826500") @Test fun httpsOnlyModeEnabledOnlyInPrivateBrowsingTest() { homeScreen { -- 2.11.4.GIT