From 2f6a6fdd48f5fa6d83cf061dd49e6f6a4a7cbfa3 Mon Sep 17 00:00:00 2001 From: Samiul Islam Date: Fri, 24 Sep 2021 14:26:51 +0100 Subject: [PATCH] Fix broken test on GSI branch Both com.android.apex.cts.shim.v2_prebuilt and StagedInstallTestApexV2 provide the same artifact. Tests that are using StagedInstallTestApexV2 are passing, whereas tests using com.android.apex.cts.shim.v2_prebuilt are failing. Root cause has not been identified yet. Proactively swapping the targets to get the test green. Bug: 200737517 Test: atest StagedInstallInternalTest#testAdbStagedReadyWaitCanBeSkipped Change-Id: Ibdd72ec062538838ad60b847ee1ff31a792520a3 Merged-In: Ibdd72ec062538838ad60b847ee1ff31a792520a3 --- tests/StagedInstallTest/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/StagedInstallTest/Android.bp b/tests/StagedInstallTest/Android.bp index 840a588bfe884..086ef95877e69 100644 --- a/tests/StagedInstallTest/Android.bp +++ b/tests/StagedInstallTest/Android.bp @@ -50,7 +50,7 @@ java_test_host { "cts-install-lib-host", ], data: [ - ":com.android.apex.cts.shim.v2_prebuilt", + ":StagedInstallTestApexV2", ":TestAppAv1", ], test_suites: ["general-tests"],