summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2020-10-17 12:28:48 -0700
committerAlexander Early <alexander.early@gmail.com>2020-10-17 12:28:48 -0700
commitd39dc47cf05b2a6c40193459843fa56db41fa5c6 (patch)
tree146572d1cba7b68d460a0981cb6b1fd0cba161f4
parent9c4b6292947c2b807277c516aa3cd6660d2c9f4a (diff)
downloadasync-d39dc47cf05b2a6c40193459843fa56db41fa5c6.tar.gz
disable broken osx pipeline
-rw-r--r--.azure-pipelines.yml33
1 files changed, 17 insertions, 16 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 9072ed3..bbc2d96 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -47,19 +47,20 @@ jobs:
- template: .azure-pipelines-steps.yml
-- job: OSX
- pool:
- vmImage: 'macOS-latest'
-
- variables:
- os_name: OSX
-
- strategy:
- matrix:
- node_14_x:
- node_version: 14.x
- run_browser_tests: true
- browser_name: Safari
-
- steps:
- - template: .azure-pipelines-steps.yml
+#- job: OSX
+# pool:
+# vmImage: 'macOS-latest'
+#
+# variables:
+# os_name: OSX
+#
+# strategy:
+# matrix:
+# node_14_x:
+# node_version: 14.x
+# run_browser_tests: true
+# browser_name: Safari
+#
+# steps:
+# - template: .azure-pipelines-steps.yml
+# \ No newline at end of file