[fenix] for https://github.com/mozilla-mobile/fenix/issues/25167: ignore handleDeleteSingle and handleDeleteMultiple tests due to intermittent failures with coroutines

pull/600/head
MatthewTighe 2 years ago committed by mergify[bot]
parent 6e17a4aec1
commit fa8deb452c

@ -188,6 +188,7 @@ class HistoryMetadataGroupControllerTest {
}
@Test
@Ignore("Intermittent test: https://github.com/mozilla-mobile/fenix/issues/25167")
fun handleDeleteSingle() = runTestOnMain {
assertFalse(GleanHistory.searchTermGroupRemoveTab.testHasValue())
@ -216,6 +217,7 @@ class HistoryMetadataGroupControllerTest {
}
@Test
@Ignore("Intermittent test: https://github.com/mozilla-mobile/fenix/issues/25167")
fun handleDeleteMultiple() = runTestOnMain {
assertFalse(GleanHistory.searchTermGroupRemoveTab.testHasValue())
controller.handleDelete(getMetadataItemsList().toSet())

Loading…
Cancel
Save