Skip to content

Commit

Permalink
[Azure Pipelines] Don't pin Safari Technology Preview version (#14202)
Browse files Browse the repository at this point in the history
Fixes #13800.
  • Loading branch information
foolip authored Nov 23, 2018
1 parent 4206102 commit 4b6b552
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/ci/azure/install_safari.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
steps:
- script: |
# Pin to STP 67, as SafariDriver isn't working in 68:
# https://github.com/web-platform-tests/wpt/issues/13800
HOMEBREW_NO_AUTO_UPDATE=1 brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask-versions/23fae0a88868911913c2ee7d527c89164b6d5720/Casks/safari-technology-preview.rb
HOMEBREW_NO_AUTO_UPDATE=1 brew cask install Homebrew/homebrew-cask-versions/safari-technology-preview
# https://web-platform-tests.org/running-tests/safari.html
sudo "/Applications/Safari Technology Preview.app/Contents/MacOS/safaridriver" --enable
defaults write com.apple.Safari WebKitJavaScriptCanOpenWindowsAutomatically 1
Expand Down

0 comments on commit 4b6b552

Please sign in to comment.