diff options
author | David Su <dysu@google.com> | 2020-05-09 00:21:18 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-05-09 00:21:18 +0000 |
commit | 5d1cb4fe1ed9c7834421401e124893994d859db0 (patch) | |
tree | 782c5a64be8fcbefd74d76b218db2367b784655e /wifi/tests | |
parent | 97d2cb33f2e83decef8025a91ad98c19b4f862b0 (diff) | |
parent | 6cb518de87b3b73639443e4a68e4a002a2676cfe (diff) |
Merge "Revert "frameworks/base/wifi/tests: Run mts-wifi on AOSP builds"" into rvc-dev
Diffstat (limited to 'wifi/tests')
-rw-r--r-- | wifi/tests/AndroidTest.xml | 4 |
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> |