Skip to content
Snippets Groups Projects
Commit 349deb8e authored by junyulai's avatar junyulai
Browse files

Temporarily disable flaky testRequestBackgroundNetwork CTS test

Test: TH
Bug: 179554972
Change-Id: If82d561231b74e8cd0d220431ac83d08e8f16cdd
parent c0bae3c8
No related branches found
No related tags found
No related merge requests found
...@@ -1547,6 +1547,7 @@ public class ConnectivityManagerTest { ...@@ -1547,6 +1547,7 @@ public class ConnectivityManagerTest {
* Verify background request can only be requested when acquiring * Verify background request can only be requested when acquiring
* {@link android.Manifest.permission.NETWORK_SETTINGS}. * {@link android.Manifest.permission.NETWORK_SETTINGS}.
*/ */
@SkipPresubmit(reason = "Flaky: b/179554972; add to presubmit after fixing")
@Test @Test
public void testRequestBackgroundNetwork() throws Exception { public void testRequestBackgroundNetwork() throws Exception {
// Create a tun interface. Use the returned interface name as the specifier to create // Create a tun interface. Use the returned interface name as the specifier to create
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment