Skip to content

Commit 37503ba

Browse files
committed
Revert "Disabled jPScreenshotTest"
This reverts commit 789eb20.
1 parent 435db3c commit 37503ba

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

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

1313
import org.junit.ClassRule;
14-
import org.junit.Ignore;
1514
import org.junit.Test;
1615
import org.wordpress.android.BuildConfig;
1716
import org.wordpress.android.R;
@@ -96,7 +95,6 @@ public static String buildScreenshotName(Screenshots screen) {
9695
}
9796
}
9897

99-
@Ignore("Ignored until there's a way to exclude tests on FTL properly, via `--test-targets` option.")
10098
@Test
10199
public void jPScreenshotTest() {
102100
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("Ignored until there's a way to exclude tests on FTL properly, via `--test-targets` option.")
53+
@Ignore
5454
@Test
5555
public void wPScreenshotTest() {
5656
if (!BuildConfig.IS_JETPACK_APP) {

0 commit comments

Comments
 (0)