Skip to content
Snippets Groups Projects
Commit be586d6d authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Disable some tests on CI

parent 6830aef1
No related branches found
No related tags found
2 merge requests!104Update database library in messenger example,!102Release 1.0.0
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment