Disable a flaky test

Bug: 145513323
Test: FrameworkNetTests
Change-Id: I66e02fdaab2969b77db4a0f0e6fb8b1a981d9350
This commit is contained in:
Chalard Jean
2019-12-03 16:12:33 +09:00
parent adb58138bd
commit 54ef9299c7

View File

@@ -5644,6 +5644,7 @@ public class ConnectivityServiceTest {
mCm.unregisterNetworkCallback(defaultCallback); mCm.unregisterNetworkCallback(defaultCallback);
} }
@Ignore // 40%+ flakiness : figure out why and re-enable.
@Test @Test
public final void testBatteryStatsNetworkType() throws Exception { public final void testBatteryStatsNetworkType() throws Exception {
final LinkProperties cellLp = new LinkProperties(); final LinkProperties cellLp = new LinkProperties();