2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1807268 - Disable failing deleteCachedFilesTest UI test

This commit is contained in:
AndiAJ 2023-09-01 11:52:20 +03:00 committed by mergify[bot]
parent aae56c8f8e
commit bd62505cec

View File

@ -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.R
@ -226,6 +227,7 @@ class SettingsDeleteBrowsingDataTest {
}
}
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1807268")
@SmokeTest
@Test
fun deleteCachedFilesTest() {