Skip to content

Commit 635943f

Browse files
ncreatedmaxep
authored andcommitted
chore: Temporarily disable CI Tests as causing test failures
was causing: """ Failed to delete `TestsDirectory`: Error Domain=NSCocoaErrorDomain Code=512 ... couldn't be removed." """
1 parent 5f18cf9 commit 635943f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Unit Tests (iOS):
103103
script:
104104
- ./tools/runner-setup.sh --xcode "$DEFAULT_XCODE"
105105
- make clean repo-setup ENV=ci
106-
- make test-ios-all OS="$DEFAULT_IOS_OS" PLATFORM="$PLATFORM" DEVICE="$DEVICE" USE_TEST_VISIBILITY=1
106+
- make test-ios-all OS="$DEFAULT_IOS_OS" PLATFORM="$PLATFORM" DEVICE="$DEVICE" USE_TEST_VISIBILITY=0
107107

108108
Unit Tests (tvOS):
109109
stage: test
@@ -116,7 +116,7 @@ Unit Tests (tvOS):
116116
script:
117117
- ./tools/runner-setup.sh --xcode "$DEFAULT_XCODE"
118118
- make clean repo-setup ENV=ci
119-
- make test-tvos-all OS="$DEFAULT_TVOS_OS" PLATFORM="$PLATFORM" DEVICE="$DEVICE" USE_TEST_VISIBILITY=1
119+
- make test-tvos-all OS="$DEFAULT_TVOS_OS" PLATFORM="$PLATFORM" DEVICE="$DEVICE" USE_TEST_VISIBILITY=0
120120

121121
UI Tests:
122122
stage: ui-test

0 commit comments

Comments
 (0)