mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27704: Disable search group tests
This commit is contained in:
parent
e536792c09
commit
3630be0611
@ -160,6 +160,7 @@ class SearchTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("Test run timing out: https://github.com/mozilla-mobile/fenix/issues/27704")
|
||||||
@SmokeTest
|
@SmokeTest
|
||||||
@Test
|
@Test
|
||||||
fun searchGroupShowsInRecentlyVisitedTest() {
|
fun searchGroupShowsInRecentlyVisitedTest() {
|
||||||
@ -194,6 +195,7 @@ class SearchTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("Test run timing out: https://github.com/mozilla-mobile/fenix/issues/27704")
|
||||||
@Test
|
@Test
|
||||||
fun verifySearchGroupHistoryWithNoDuplicatesTest() {
|
fun verifySearchGroupHistoryWithNoDuplicatesTest() {
|
||||||
val firstPageUrl = getGenericAsset(searchMockServer, 1).url
|
val firstPageUrl = getGenericAsset(searchMockServer, 1).url
|
||||||
@ -275,6 +277,7 @@ class SearchTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("Test run timing out: https://github.com/mozilla-mobile/fenix/issues/27704")
|
||||||
@SmokeTest
|
@SmokeTest
|
||||||
@Test
|
@Test
|
||||||
fun noSearchGroupFromPrivateBrowsingTest() {
|
fun noSearchGroupFromPrivateBrowsingTest() {
|
||||||
@ -313,6 +316,7 @@ class SearchTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("Test run timing out: https://github.com/mozilla-mobile/fenix/issues/27704")
|
||||||
@SmokeTest
|
@SmokeTest
|
||||||
@Test
|
@Test
|
||||||
fun deleteItemsFromSearchGroupHistoryTest() {
|
fun deleteItemsFromSearchGroupHistoryTest() {
|
||||||
@ -361,6 +365,7 @@ class SearchTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("Test run timing out: https://github.com/mozilla-mobile/fenix/issues/27704")
|
||||||
@Test
|
@Test
|
||||||
fun deleteSearchGroupFromHistoryTest() {
|
fun deleteSearchGroupFromHistoryTest() {
|
||||||
queryString = "test search"
|
queryString = "test search"
|
||||||
@ -407,6 +412,7 @@ class SearchTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("Test run timing out: https://github.com/mozilla-mobile/fenix/issues/27704")
|
||||||
@Test
|
@Test
|
||||||
fun reopenTabsFromSearchGroupTest() {
|
fun reopenTabsFromSearchGroupTest() {
|
||||||
val firstPageUrl = getGenericAsset(searchMockServer, 1).url
|
val firstPageUrl = getGenericAsset(searchMockServer, 1).url
|
||||||
@ -460,6 +466,7 @@ class SearchTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("Test run timing out: https://github.com/mozilla-mobile/fenix/issues/27704")
|
||||||
@Test
|
@Test
|
||||||
fun sharePageFromASearchGroupTest() {
|
fun sharePageFromASearchGroupTest() {
|
||||||
val firstPageUrl = getGenericAsset(searchMockServer, 1).url
|
val firstPageUrl = getGenericAsset(searchMockServer, 1).url
|
||||||
|
Loading…
Reference in New Issue
Block a user