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

Commit 2826317d authored by David Su's avatar David Su Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE mainline-prod: enable CtsWifiTestCases in presubmit" into mainline-prod

parents 3d9b5355 ce3b7cae
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"
        }
      ]
    }
  ]
}