Home
last modified time | relevance | path

Searched refs:RUNNER_EXCEPTION (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DCtsConfigLoadingTest.java144 private static final Set<String> RUNNER_EXCEPTION = new HashSet<>(); field in CtsConfigLoadingTest
147 RUNNER_EXCEPTION.add("repackaged.android.test.InstrumentationTestRunner");
149 RUNNER_EXCEPTION.add("android.uirendering.cts.runner.UiRenderingRunner");
262 if (!RUNNER_EXCEPTION.contains(instru.getRunnerName())) { in testConfigurationLoad()