diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-11-07 22:59:26 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-11-07 22:59:26 +0000 |
commit | 7a09b5c67fac75d80633dc02c24b67bfd1b923a3 (patch) | |
tree | 83f0278a8d91e7fe131c760c4006d3c2e8f7de23 /tests | |
parent | 214b6e5f38957f5c9695e197da7af9ea8fc5d06a (diff) | |
parent | 126b32b2f9573e509771f990252762889177e536 (diff) |
Merge "WifiDiagnostics: Temporarily disable bugreport collection"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wifitests/src/com/android/server/wifi/WifiDiagnosticsTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
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( |