From 970abe19f5853edab37c7ed70707455da353204c Mon Sep 17 00:00:00 2001 From: Quentin Hibon Date: Mon, 10 Jan 2022 08:06:26 +0100 Subject: [PATCH] WIP, discard: do not run medium tests --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b865429de..4d8206656 100755 --- a/build.sh +++ b/build.sh @@ -121,7 +121,7 @@ android_test() { log_info "Installing test APK..." $ADB install -r ${ANDROID_OUTPUTS_DIR}/apk/androidTest/debug/uhabits-android-debug-androidTest.apk || return 1 - for size in medium large; do + for size in large; do log_info "Running $size instrumented tests..." OUT_INSTRUMENT=${ANDROID_OUTPUTS_DIR}/instrument-${API}.txt OUT_LOGCAT=${ANDROID_OUTPUTS_DIR}/logcat-${API}.txt