From 5ee45149972876c12ec9a110dfa40d36385e6964 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 14 Dec 2022 09:58:23 +0100 Subject: [PATCH] chore: Disable integration tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bf7f68a..d27a8ed6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ widget_test: - flutter test integration_test -d linux # extending the default tests to test the Google-flavored builds -integration_test_proprietary: +.integration_test_proprietary: extends: .integration_test script: - git apply ./scripts/enable-android-google-services.patch