@@ -1379,6 +1379,7 @@ class CardBrowserTest : RobolectricTest() {
13791379
13801380 @Test
13811381 @Flaky(OS .ALL )
1382+ @Ignore(" flaking locally as well now; see 19021" )
13821383 fun `FindReplace - replaces text only for the field in the selected note` () {
13831384 val note0 = createFindReplaceTestNote(" A" , " kart" , " kilogram" )
13841385 val note1 = createFindReplaceTestNote(" B" , " pink" , " chicken" )
@@ -1399,6 +1400,7 @@ class CardBrowserTest : RobolectricTest() {
13991400
14001401 @Test
14011402 @Flaky(OS .ALL )
1403+ @Ignore(" flaking locally as well now; see 19021" )
14021404 fun `FindReplace - replaces text based on regular expression` () {
14031405 val note0 = createFindReplaceTestNote(" A" , " kart" , " ki1logram" )
14041406 val note1 = createFindReplaceTestNote(" B" , " pink" , " chicken" )
@@ -1448,6 +1450,7 @@ class CardBrowserTest : RobolectricTest() {
14481450
14491451 @Test
14501452 @Flaky(OS .ALL )
1453+ @Ignore(" flaking locally as well now; see 19021" )
14511454 fun `FindReplace - replaces text in all fields of selected note if 'All fields' is selected` () {
14521455 val note0 = createFindReplaceTestNote(" A" , " kart" , " kilogram" )
14531456 val note1 = createFindReplaceTestNote(" B" , " pink" , " chicken" )
@@ -1469,6 +1472,7 @@ class CardBrowserTest : RobolectricTest() {
14691472
14701473 @Test
14711474 @Flaky(OS .ALL )
1475+ @Ignore(" flaking locally as well now; see 19021" )
14721476 fun `FindReplace - replaces text of tags as expected if 'Tags' is selected` () {
14731477 val note0 = createFindReplaceTestNote(" A" , " kart" , " kilogram" )
14741478 val note1 = createFindReplaceTestNote(" A" , " pink" , " chicken" )
@@ -1490,6 +1494,7 @@ class CardBrowserTest : RobolectricTest() {
14901494
14911495 @Test
14921496 @Flaky(OS .ALL )
1497+ @Ignore(" flaking locally as well now; see 19021" )
14931498 fun `FindReplace - replaces text as expected when set to match case` () {
14941499 val note0 = createFindReplaceTestNote(" A" , " kart" , " kilogram" )
14951500 val note1 = createFindReplaceTestNote(" B" , " krate" , " chicKen" )
0 commit comments