Skip to content

Commit 737af85

Browse files
authored
Merge pull request #16970 from wordpress-mobile/UI-tests-disable-screenshots-tests
[UI Tests] Disable `ScreenshotTest `
2 parents 4f4df4f + befcd60 commit 737af85

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

WordPress/src/androidTest/java/org/wordpress/android/ui/screenshots/JPScreenshotTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import com.google.android.libraries.cloudtesting.screenshots.ScreenShotter;
1212

1313
import org.junit.ClassRule;
14+
import org.junit.Ignore;
1415
import org.junit.Test;
1516
import org.wordpress.android.BuildConfig;
1617
import org.wordpress.android.R;
@@ -95,6 +96,7 @@ public static String buildScreenshotName(Screenshots screen) {
9596
}
9697
}
9798

99+
@Ignore("Ignored until there's a way to exclude tests on FTL properly, via `--test-targets` option.")
98100
@Test
99101
public void jPScreenshotTest() {
100102
if (BuildConfig.IS_JETPACK_APP) {

WordPress/src/androidTest/java/org/wordpress/android/ui/screenshots/WPScreenshotTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class WPScreenshotTest extends BaseTest {
5050

5151
private DemoModeEnabler mDemoModeEnabler = new DemoModeEnabler();
5252

53-
@Ignore
53+
@Ignore("Ignored until there's a way to exclude tests on FTL properly, via `--test-targets` option.")
5454
@Test
5555
public void wPScreenshotTest() {
5656
if (!BuildConfig.IS_JETPACK_APP) {

0 commit comments

Comments
 (0)