From 5c3997479b9f7925894ca11449fd47ab494da084 Mon Sep 17 00:00:00 2001 From: Victor Andreasson Date: Sun, 17 Mar 2024 00:49:01 +0100 Subject: [PATCH] Try filtering out parameterized tests --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3b3c60f01..712a3ab2d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -67,4 +67,4 @@ jobs: disable-animations: true disable-spellchecker: true profile: Nexus 6 - script: ./gradlew connectedCheck + script: ./gradlew connectedCheck -Pandroid.testInstrumentationRunnerArguments.notAnnotation=org.junit.runner.RunWith