diff options
author | Alexander Early <alexander.early@gmail.com> | 2019-06-22 20:09:18 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2019-06-22 20:19:55 -0700 |
commit | 6ad7fecb22df95250e6c5b84daa35b776b27a2b5 (patch) | |
tree | 760595720144450737ee590e58aedfd0058e41c1 | |
parent | 1f55f0f6b456a222ef2e59e4ce0070b8192e2a43 (diff) | |
download | async-6ad7fecb22df95250e6c5b84daa35b776b27a2b5.tar.gz |
disable Edge tests
-rw-r--r-- | .azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 88eaa9f..207040b 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -15,8 +15,8 @@ jobs: node_version: 8.x node_10_x: node_version: 10.x - run_browser_tests: true - browser_name: Edge + # run_browser_tests: true + # browser_name: Edge run_coveralls: true steps: |