Make testBlockedStatusCallback doesn't rely on validated network
In some cases, wifi becomes the default network before it has
the VALIDATED capability, which created races because the later
assertion asks for this capability. While the test doesn't really
test VALIDATED capability or sending any actual packet. Remove
the need of checking VALIDATED capability.
Test: atest CtsNetTestCases:android.net.cts.ConnectivityManagerTest#testBlockedStatusCallback \
--rerun-until-failure 500
Bug: 264753622
Change-Id: I5ab3f0c8d468073d44128558f66d74551cfe812b
1 file changed