From 3109958dc1804da4e22830d2d8750a2ea9fe5f3a Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 11 Jul 2018 06:11:43 -0700 Subject: [PATCH] Revert "Try possible fix for broken GitHub package tests" This reverts commit 3046f689be1a8f28b36dbc0e0f5d6c973f14d2ba. --- script/vsts/macos.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/vsts/macos.yml b/script/vsts/macos.yml index 82fa9f014..3e7273e44 100644 --- a/script/vsts/macos.yml +++ b/script/vsts/macos.yml @@ -27,13 +27,11 @@ phases: displayName: Run linter - script: | - # Set up a temporary keychain to enable GitHub package tests - security create-keychain -p "" temporary - security default-keychain -s temporary osascript -e 'tell application "System Events" to keystroke "x"' # clear screen saver caffeinate -s script/test # Run with caffeinate to prevent screen saver env: CI: true + CI_PROVIDER: VSTS displayName: Run tests # This step is necessary in the short term due to a bug in the *NIX