[CI] Disable xcodebuild tests (#4287)
This is failing very often now due to FB11648454. Given that we run these tests on macOS via SwiftPM and Bazel as well, I'm satisfied with the amount of coverage we have on our tests without this.
This commit is contained in:
parent
8eec5e6997
commit
6d75645f67
|
@ -26,21 +26,22 @@ jobs:
|
||||||
- script: swift test --parallel -Xswiftc -DDISABLE_FOCUSED_EXAMPLES
|
- script: swift test --parallel -Xswiftc -DDISABLE_FOCUSED_EXAMPLES
|
||||||
displayName: swift test
|
displayName: swift test
|
||||||
|
|
||||||
- job: Xcode
|
# TODO: Re-enable when FB11648454 is fixed
|
||||||
pool:
|
# - job: Xcode
|
||||||
vmImage: 'macOS-12'
|
# pool:
|
||||||
strategy:
|
# vmImage: 'macOS-12'
|
||||||
maxParallel: 10
|
# strategy:
|
||||||
matrix:
|
# maxParallel: 10
|
||||||
xcode14:
|
# matrix:
|
||||||
DEVELOPER_DIR: /Applications/Xcode_14.0.1.app
|
# xcode14:
|
||||||
steps:
|
# DEVELOPER_DIR: /Applications/Xcode_14.0.1.app
|
||||||
- script: |
|
# steps:
|
||||||
sw_vers
|
# - script: |
|
||||||
xcodebuild -version
|
# sw_vers
|
||||||
displayName: Version Informations
|
# xcodebuild -version
|
||||||
- script: xcodebuild -scheme swiftlint test -destination "platform=macOS" OTHER_SWIFT_FLAGS="\$(inherited) -D DISABLE_FOCUSED_EXAMPLES"
|
# displayName: Version Informations
|
||||||
displayName: xcodebuild test
|
# - script: xcodebuild -scheme swiftlint test -destination "platform=macOS" OTHER_SWIFT_FLAGS="\$(inherited) -D DISABLE_FOCUSED_EXAMPLES"
|
||||||
|
# displayName: xcodebuild test
|
||||||
|
|
||||||
- job: SwiftPM
|
- job: SwiftPM
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Reference in New Issue