diff options
| author | Yuexi Ma <yuexima@google.com> | 2021-06-01 10:50:48 -0700 |
|---|---|---|
| committer | Yuexi Ma <yuexima@google.com> | 2021-06-01 17:51:43 +0000 |
| commit | cc862c2aec238eea42a39f83a7a80034b71921f8 (patch) | |
| tree | c8b230cff440de015ed3d199319f1d4be0c6e9e8 | |
| parent | cf17e849bbd3da6c75f532feb3bc497aeac471cd (diff) | |
| download | platform_test_app_compat_csuite-cc862c2aec238eea42a39f83a7a80034b71921f8.tar.gz platform_test_app_compat_csuite-cc862c2aec238eea42a39f83a7a80034b71921f8.tar.bz2 platform_test_app_compat_csuite-cc862c2aec238eea42a39f83a7a80034b71921f8.zip | |
Temporally disable a unit test
Test: atest csuite-harness-tests
Fix: 187506768
Change-Id: Ie1189f95c003d64e6e46bfb0a667e589d0ef209c
| -rw-r--r-- | harness/src/test/java/com/android/compatibility/targetprep/AppSetupPreparerTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/harness/src/test/java/com/android/compatibility/targetprep/AppSetupPreparerTest.java b/harness/src/test/java/com/android/compatibility/targetprep/AppSetupPreparerTest.java index e2e4352..11fecd4 100644 --- a/harness/src/test/java/com/android/compatibility/targetprep/AppSetupPreparerTest.java +++ b/harness/src/test/java/com/android/compatibility/targetprep/AppSetupPreparerTest.java @@ -164,7 +164,8 @@ public final class AppSetupPreparerTest { assertThrows(TargetSetupError.class, () -> preparer.setUp(NULL_DEVICE, NULL_BUILD_INFO)); } - @Test + // TODO(yuexima): Temporally disabled because of high flakiness b/187506768 + // @Test public void setUp_timesOutWithoutExceedingRetryLimit_doesNotThrowException() throws Exception { TestAppInstallSetup installer = mock(TestAppInstallSetup.class); doAnswer(new AnswersWithDelay(10, EMPTY_ANSWER)) |
