From 126b32b2f9573e509771f990252762889177e536 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Mon, 4 Nov 2019 10:49:39 -0800 Subject: WifiDiagnostics: Temporarily disable bugreport collection Disabled until we have a formal API, this would otherwise require us to statically link services.core again. Bug: 143476692 Test: Killed wificond & ensured that device connects back to wifi networks. Change-Id: I6c8563a52bb9f985c631a457242664ada8eaab0f --- tests/wifitests/src/com/android/server/wifi/WifiDiagnosticsTest.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/wifitests/src/com/android/server/wifi/WifiDiagnosticsTest.java b/tests/wifitests/src/com/android/server/wifi/WifiDiagnosticsTest.java index e4b1d7029..9161170e3 100644 --- a/tests/wifitests/src/com/android/server/wifi/WifiDiagnosticsTest.java +++ b/tests/wifitests/src/com/android/server/wifi/WifiDiagnosticsTest.java @@ -857,6 +857,7 @@ public class WifiDiagnosticsTest extends WifiBaseTest { } @Test + @Ignore("TODO(b/143494985): re-enabled this @Test") public void takeBugReportCallsActivityManagerOnUserDebug() { when(mBuildProperties.isUserBuild()).thenReturn(false); mWifiDiagnostics.takeBugReport("", ""); @@ -865,6 +866,7 @@ public class WifiDiagnosticsTest extends WifiBaseTest { } @Test + @Ignore("TODO(b/143494985): re-enabled this @Test") public void takeBugReportSwallowsExceptions() { when(mBuildProperties.isUserBuild()).thenReturn(false); doThrow(new RuntimeException()).when(mActivityManagerService).requestWifiBugReport( -- cgit v1.2.3