summaryrefslogtreecommitdiff
path: root/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/CommonConfigLoadingTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/CommonConfigLoadingTest.java')
-rw-r--r--tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/CommonConfigLoadingTest.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/CommonConfigLoadingTest.java b/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/CommonConfigLoadingTest.java
index c4d65418376..36ee7344a23 100644
--- a/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/CommonConfigLoadingTest.java
+++ b/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/CommonConfigLoadingTest.java
@@ -83,6 +83,7 @@ public class CommonConfigLoadingTest {
"com.android.tradefed.testtype.HostTest",
"com.android.tradefed.testtype.GTest",
"com.android.tradefed.testtype.mobly.MoblyBinaryHostTest",
+ "com.android.tradefed.testtype.pandora.PtsBotTest",
// VTS specific runners
"com.android.tradefed.testtype.binary.KernelTargetTest",
"com.android.tradefed.testtype.python.PythonBinaryHostTest",
@@ -107,8 +108,11 @@ public class CommonConfigLoadingTest {
RUNNER_EXCEPTION.add("repackaged.android.test.InstrumentationTestRunner");
// Used by a UiRendering scenario where an activity is persisted between tests
RUNNER_EXCEPTION.add("android.uirendering.cts.runner.UiRenderingRunner");
+ // Used to avoid crashing runner on -eng build due to Log.wtf() - b/216648699
+ RUNNER_EXCEPTION.add("com.android.server.uwb.CustomTestRunner");
+ RUNNER_EXCEPTION.add("com.android.server.wifi.CustomTestRunner");
}
-
+
/**
* Test that configuration shipped in Tradefed can be parsed.
* -> Exclude deprecated ApkInstaller.