File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
WordPress/src/androidTest/java/org/wordpress/android/ui/screenshots Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11
11
import com .google .android .libraries .cloudtesting .screenshots .ScreenShotter ;
12
12
13
13
import org .junit .ClassRule ;
14
- import org .junit .Ignore ;
15
14
import org .junit .Test ;
16
15
import org .wordpress .android .BuildConfig ;
17
16
import org .wordpress .android .R ;
@@ -96,7 +95,6 @@ public static String buildScreenshotName(Screenshots screen) {
96
95
}
97
96
}
98
97
99
- @ Ignore ("Ignored until there's a way to exclude tests on FTL properly, via `--test-targets` option." )
100
98
@ Test
101
99
public void jPScreenshotTest () {
102
100
if (BuildConfig .IS_JETPACK_APP ) {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class WPScreenshotTest extends BaseTest {
50
50
51
51
private DemoModeEnabler mDemoModeEnabler = new DemoModeEnabler ();
52
52
53
- @ Ignore ( "Ignored until there's a way to exclude tests on FTL properly, via `--test-targets` option." )
53
+ @ Ignore
54
54
@ Test
55
55
public void wPScreenshotTest () {
56
56
if (!BuildConfig .IS_JETPACK_APP ) {
You can’t perform that action at this time.
0 commit comments