diff options
-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> |