Skip to content

Commit 2939197

Browse files
committed
Un-ignore wPScreenshotTest completely
Commit 789eb20 that we reverted previously still built on a parent commit which had `@Ignore` on this test. I'm not sure why the WP screenshot test was `@Ignored` previously — possibly because it was failing and nobody had time to fix it? — but the whole point of re-enabling those — and just not run them during `build_and_run_instrumented_test` — is to be able to work back on the screenshot tests to make then pass again, so we'll need to re-enable them again anyway.
1 parent 393ab1a commit 2939197

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ public class WPScreenshotTest extends BaseTest {
4949

5050

5151
private DemoModeEnabler mDemoModeEnabler = new DemoModeEnabler();
52-
53-
@Ignore
52+
5453
@Test
5554
public void wPScreenshotTest() {
5655
if (!BuildConfig.IS_JETPACK_APP) {

0 commit comments

Comments
 (0)