From 5fdc0b4f68c4f95c13a1416b38672d0f183ecf0e Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 14 Feb 2022 10:26:26 -0800 Subject: [PATCH] Sets github's test gradle usePreinstrumentedJars value to false by default. Some changes only occur when a new version of the jars are released. This will ensure all changes are tested when copied over. This will allow integration_tests:sparsearray to run in Gradle before a new version of preinstrumented jars are released. Related to #7006 PiperOrigin-RevId: 428547156 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b65cac24e7..880c8b0f64e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -96,6 +96,7 @@ jobs: --no-watch-fs \ -Drobolectric.enabledSdks=${{ matrix.api-versions }} \ -Drobolectric.alwaysIncludeVariantMarkersInTestName=true \ + -Drobolectric.usePreinstrumentedJars=false \ -Dorg.gradle.workers.max=2 - name: Upload Test Results