From be586d6d10300a47ce63c586a02080929e1ad809 Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Fri, 23 Sep 2022 23:37:03 +0200 Subject: [PATCH] Disable some tests on CI --- .gitlab-ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb0a18b9..8040cde3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,21 +8,21 @@ before_script: stages: - test -test-package-macos: - stage: test - tags: - - ios - script: - - ./run-tests.sh macos - retry: 1 +# test-package-macos: +# stage: test +# tags: +# - ios +# script: +# - ./run-tests.sh macos +# retry: 1 -test-package-ios: - stage: test - tags: - - ios - script: - - ./run-tests.sh ios - retry: 1 +# test-package-ios: +# stage: test +# tags: +# - ios +# script: +# - ./run-tests.sh ios +# retry: 1 test-examples-ios: stage: test @@ -30,4 +30,4 @@ test-examples-ios: - ios script: - ./run-tests.sh examples-ios - retry: 1 + # retry: 1 -- GitLab