commit | a35f8169ababb9f61ba44527e19f9d19917a4559 | [log] [tgz] |
---|---|---|
author | Pavel Grafov <pgrafov@google.com> | Thu Aug 01 12:09:11 2019 +0100 |
committer | Pavel Grafov <pgrafov@google.com> | Thu Aug 01 12:15:38 2019 +0100 |
tree | ba5a135a78933bcc27af38c7f8813b88a08a1fcb | |
parent | e5dbc00d2c78f80c91ebeb3fb50e11f0aa338aca [diff] |
Disable failing tests in presubmit. Bug: 138772432 Test: compiles Change-Id: I745c39f6fb180a28f03635dedabd9bfab44ef746
diff --git a/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/MixedManagedProfileOwnerTest.java b/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/MixedManagedProfileOwnerTest.java index 95c2349..12e818e 100644 --- a/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/MixedManagedProfileOwnerTest.java +++ b/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/MixedManagedProfileOwnerTest.java
@@ -334,4 +334,16 @@ public void testLockTask_exitIfNoLongerWhitelisted() throws Exception { super.testLockTask_exitIfNoLongerWhitelisted(); } + + @Override + @FlakyTest(bugId = 138772432) + public void testSuspendPackage() throws Exception { + super.testSuspendPackage(); + } + + @Override + @FlakyTest(bugId = 138772432) + public void testSuspendPackageWithPackageManager() throws Exception { + super.testSuspendPackageWithPackageManager(); + } }