Skip to content

Commit

Permalink
ci: temporarily disable swift lib tests (#319)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
goaway authored and jpsim committed Nov 28, 2022
1 parent f0bb6a7 commit 2784887
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions mobile/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,17 +278,17 @@ stages:
inputs:
artifactName: 'Envoy.framework'
targetPath: 'dist/Envoy.framework'
- job: swift_library_tests
timeoutInMinutes: 60
pool:
vmImage: 'macos-10.14'
steps:
- checkout: self
submodules: true
- script: ./ci/mac_ci_setup.sh
displayName: 'Install dependencies'
- script: ./bazelw test --test_output=all --build_tests_only --config=ios //library/swift/test/...
displayName: 'Run Swift library tests'
#- job: swift_library_tests
# timeoutInMinutes: 60
# pool:
# vmImage: 'macos-10.14'
# steps:
# - checkout: self
# submodules: true
# - script: ./ci/mac_ci_setup.sh
# displayName: 'Install dependencies'
# - script: ./bazelw test --test_output=all --build_tests_only --config=ios //library/swift/test/...
# displayName: 'Run Swift library tests'
#- job: mac_objc_helloworld
# dependsOn: mac_dist
# timeoutInMinutes: 60
Expand Down

0 comments on commit 2784887

Please sign in to comment.