For #8621 - Disable failing handlePermissionsChange test

fennec/beta
ekager 4 years ago committed by Emily Kager
parent a4d93002a9
commit e2bfe8d0db

@ -220,6 +220,7 @@ class DefaultQuickSettingsControllerTest {
@Test
@ExperimentalCoroutinesApi
@Ignore("Intermittently failing; https://github.com/mozilla-mobile/fenix/issues/8621")
fun `handlePermissionsChange should store the updated permission and reload webpage`() =
runBlocking {
val testPermissions = mockk<SitePermissions>()

Loading…
Cancel
Save