1
0
Fork 0

For #12893: Disables failing deleteAllHistoryTest (#12902)

master
Oana Horvath 2020-07-24 18:47:59 +03:00 committed by GitHub
parent a116950fc8
commit a07f8a5041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import mozilla.components.browser.storage.sync.PlacesHistoryStorage
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
@ -164,6 +165,7 @@ class HistoryTest {
}
}
@Ignore("Failing test: https://github.com/mozilla-mobile/fenix/issues/12893")
@Test
fun deleteAllHistoryTest() {
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)