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

Commit 9a5d9992 authored by Andrew Sapperstein's avatar Andrew Sapperstein
Browse files

Add CtsWifiTestCases to presubmit-large if changes to frameworks/base/wifi are made.

Bug: 274133298
Change-Id: I58523d4aaf12224fb64526fd94ff34ff2f3b390a
Test: CtsWifiTestCases
parent e08a0620
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3,5 +3,15 @@
    {
      "name": "FrameworksWifiNonUpdatableApiTests"
    }
  ],
  "presubmit-large": [
    {
      "name": "CtsWifiTestCases",
      "options": [
        {
          "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported"
        }
      ]
    }
  ]
}