[fenix] For https://github.com/mozilla-mobile/fenix/issues/8621 - Disable failing handlePermissionsChange test

pull/600/head
ekager 5 years ago committed by Emily Kager
parent cebd985b4f
commit a13c04cb73

@ -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