We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc9903c + d896fb2 commit 0152953Copy full SHA for 0152953
1 file changed
tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/IntentTest.kt
@@ -158,7 +158,6 @@ class IntentTest : PackageInstallerTestBase() {
158
clickInstallerUIButton(INSTALL_BUTTON_ID)
159
160
// Install should not have succeeded
161
- assertEquals(RESULT_CANCELED, installation.get(TIMEOUT, TimeUnit.MILLISECONDS))
162
assertNotInstalled()
163
} finally {
164
setSecureFrp(false)
0 commit comments