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:
parent
aae56c8f8e
commit
bd62505cec
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user