summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Su <dysu@google.com> 2020-05-08 20:13:21 +0000
committer David Su <dysu@google.com> 2020-05-08 20:43:10 +0000
commit6cb518de87b3b73639443e4a68e4a002a2676cfe (patch)
treed6af0ba279618d21f01f67ce4d823d02aa8aa3b6
parent87d6a79f2f09ce7fee75294ba066a8d81e991706 (diff)
Revert "frameworks/base/wifi/tests: Run mts-wifi on AOSP builds"
Revert "opt/net/wifi/tests: Run mts-wifi on AOSP builds" Revert submission 10814415-mts-wifi-com-androi-wifi Reason for revert: Workaround no longer necessary: b/152559881#comment2 Reverted Changes: I11baae67e:frameworks/base/wifi/tests: Run mts-wifi on AOSP b... I66febcbb2:opt/net/wifi/tests: Run mts-wifi on AOSP builds Bug: 152559881 Test: in continuous runs Change-Id: I1d5f4d312f4e15ae5e2e56965b3fc76fdefcdcea
-rw-r--r--wifi/tests/AndroidTest.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/wifi/tests/AndroidTest.xml b/wifi/tests/AndroidTest.xml
index ea5043ae5f65..34e2e3af9cda 100644
--- a/wifi/tests/AndroidTest.xml
+++ b/wifi/tests/AndroidTest.xml
@@ -30,9 +30,5 @@
<object type="module_controller"
class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
<option name="mainline-module-package-name" value="com.google.android.wifi" />
- <!-- TODO(b/151836001): com.android.wifi doesn't guarantee it is a Mainline module since
- it could still be OEM customized. Workaround so that this test will still run on
- AOSP builds. -->
- <option name="mainline-module-package-name" value="com.android.wifi" />
</object>
</configuration>