mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
For #23817 disable failing toggleSearchSuggestionsTest
This commit is contained in:
parent
20d1928d1b
commit
b3acaa3757
@ -4,6 +4,7 @@ import androidx.compose.ui.test.junit4.AndroidComposeTestRule
|
||||
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.customannotations.SmokeTest
|
||||
@ -181,6 +182,7 @@ class SettingsSearchTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/23817")
|
||||
@SmokeTest
|
||||
@Test
|
||||
// Test running on beta/release builds in CI:
|
||||
|
Loading…
Reference in New Issue
Block a user