summaryrefslogtreecommitdiff
path: root/.github/workflows/runEmulatorTests.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/runEmulatorTests.sh')
-rw-r--r--.github/workflows/runEmulatorTests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/runEmulatorTests.sh b/.github/workflows/runEmulatorTests.sh
index 106b69444..c297932a7 100644
--- a/.github/workflows/runEmulatorTests.sh
+++ b/.github/workflows/runEmulatorTests.sh
@@ -4,8 +4,7 @@ set -o pipefail
runTests() {
./gradlew connectedPlayDebugAndroidTest connectedDebugAndroidTest \
- -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \
- | grep -v "V/InstrumentationResultParser: INSTRUMENTATION_STATUS"
+ -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi
}
# Retry tests to make them less flaky