Skip to content

Commit e9d7b92

Browse files
Disable the ExternalTextureTests scenario app test (flutter#34433)
1 parent 698fb83 commit e9d7b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/ExternalTextureTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
import androidx.test.runner.AndroidJUnit4;
1515
import dev.flutter.scenarios.ExternalTextureFlutterActivity;
1616
import org.junit.Before;
17+
import org.junit.Ignore;
1718
import org.junit.Rule;
1819
import org.junit.Test;
1920
import org.junit.runner.RunWith;
2021

2122
@RunWith(AndroidJUnit4.class)
2223
@LargeTest
24+
@Ignore("Test had flakes in Skia Gold image matching.")
2325
public class ExternalTextureTests {
2426
private static final int SURFACE_WIDTH = 192;
2527
private static final int SURFACE_HEIGHT = 256;

0 commit comments

Comments
 (0)