File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Unit Tests (iOS):
103
103
script :
104
104
- ./tools/runner-setup.sh --xcode "$DEFAULT_XCODE"
105
105
- 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
107
107
108
108
Unit Tests (tvOS) :
109
109
stage : test
@@ -116,7 +116,7 @@ Unit Tests (tvOS):
116
116
script :
117
117
- ./tools/runner-setup.sh --xcode "$DEFAULT_XCODE"
118
118
- 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
120
120
121
121
UI Tests :
122
122
stage : ui-test
You can’t perform that action at this time.
0 commit comments