Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce3b7cae authored by David Su's avatar David Su
Browse files

DO NOT MERGE mainline-prod: enable CtsWifiTestCases in presubmit

Bug: 168913688
Test: presubmit
Change-Id: I8fcaa2b8a825c5b7d16de009b3704fa94a6932eb
parent 45d83c21
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -3,6 +3,14 @@
    {
      // Install com.google.android.wifi.apex and run FrameworksWifiApiTests.
      "name": "FrameworksWifiApiTests[com.google.android.wifi.apex]"
    },
    {
      "name": "CtsWifiTestCases[com.google.android.wifi.apex]",
      "options": [
        {
          "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported"
        }
      ]
    }
  ]
}