Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f6a6fdd authored by Samiul Islam's avatar Samiul Islam Committed by Mohammad Islam
Browse files

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
parent 4e23d56d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"],