Skip to content

Commit 7d63509

Browse files
committed
skip watchOS
1 parent e68f8da commit 7d63509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CocoaPodsTests/test_running_validator.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def run_tests
9494
command += %w(CODE_SIGN_IDENTITY=- -sdk appletvsimulator)
9595
command += Fourflusher::SimControl.new.destination(tvos_simulator, 'tvOS', deployment_target)
9696
when :watchos
97-
command += %w(CODE_SIGN_IDENTITY=- -sdk watchsimulator)
98-
command += Fourflusher::SimControl.new.destination(watchos_simulator, 'watchOS', deployment_target)
97+
# there's no XCTest on watchOS (https://openradar.appspot.com/21760513)
98+
return
9999
else
100100
return
101101
end

0 commit comments

Comments
 (0)