Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package org.mozilla.reference.browser.ui
import mockwebserver3.MockWebServer
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.reference.browser.helpers.AndroidAssetDispatcher
Expand Down Expand Up @@ -60,6 +61,7 @@ class AddonsTest {
}
}

@Ignore("Failing, see: https://github.com/mozilla-mobile/reference-browser/issues/4335")
@Test
fun installAddonTest() {
val addonName = "uBlock Origin"
Expand All @@ -75,6 +77,7 @@ class AddonsTest {
}
}

@Ignore("Failing, see: https://github.com/mozilla-mobile/reference-browser/issues/4335")
@Test
fun verifyAddonElementsTest() {
val addonName = "uBlock Origin"
Expand All @@ -92,6 +95,7 @@ class AddonsTest {
}
}

@Ignore("Failing, see: https://github.com/mozilla-mobile/reference-browser/issues/4335")
@Test
fun removeAddonTest() {
val addonName = "uBlock Origin"
Expand Down