We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698fb83 commit e9d7b92Copy full SHA for e9d7b92
testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/ExternalTextureTests.java
@@ -14,12 +14,14 @@
14
import androidx.test.runner.AndroidJUnit4;
15
import dev.flutter.scenarios.ExternalTextureFlutterActivity;
16
import org.junit.Before;
17
+import org.junit.Ignore;
18
import org.junit.Rule;
19
import org.junit.Test;
20
import org.junit.runner.RunWith;
21
22
@RunWith(AndroidJUnit4.class)
23
@LargeTest
24
+@Ignore("Test had flakes in Skia Gold image matching.")
25
public class ExternalTextureTests {
26
private static final int SURFACE_WIDTH = 192;
27
private static final int SURFACE_HEIGHT = 256;
0 commit comments