Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwDebugTest.java

Issue 2963683002: Simplify CommandLine parameterizing J3 Instrumentation Tests (Closed)
Patch Set: address comments Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/javatests/src/org/chromium/android_webview/test/AwDebugTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwDebugTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwDebugTest.java
index 691ed0ae71e2a759528d27d88789be66734fc4bf..aa6fb1973d388578657a0a539ea7d800eaad78ec 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwDebugTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwDebugTest.java
@@ -8,7 +8,7 @@ import android.support.test.filters.SmallTest;
import org.chromium.android_webview.AwDebug;
import org.chromium.base.test.util.Feature;
-import org.chromium.base.test.util.parameter.ParameterizedTest;
+import org.chromium.base.test.util.parameter.SkipCommandLineParameterization;
import java.io.File;
import java.io.FileInputStream;
@@ -19,7 +19,7 @@ import java.util.Scanner;
* A test suite for AwDebug class.
*/
// Only works in single-process mode, crbug.com/568825.
-@ParameterizedTest.Set
+@SkipCommandLineParameterization
public class AwDebugTest extends AwTestBase {
private static final String TAG = "cr_AwDebugTest";
private static final String WHITELISTED_DEBUG_KEY = "AW_WHITELISTED_DEBUG_KEY";

Powered by Google App Engine
This is Rietveld 408576698