Temporarily disable Atom tests on VSTS

This commit is contained in:
David Wilson
2018-06-19 12:09:14 -07:00
parent ff0cd4c6ed
commit 067bd1a751
3 changed files with 19 additions and 19 deletions

View File

@@ -27,14 +27,14 @@ phases:
- script: script/lint
displayName: Run linter
- script: |
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
export DISPLAY=':99.0'
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
script/test
env:
CI: true
displayName: Run tests
# - script: |
# /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
# export DISPLAY=':99.0'
# Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
# script/test
# env:
# CI: true
# displayName: Run tests
# This step is necessary in the short term due to a bug in the *NIX
# implementation of the CopyFiles task which scans the entire file

View File

@@ -26,13 +26,13 @@ phases:
- script: script/lint
displayName: Run linter
- script: |
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
ATOM_GITHUB_DISABLE_KEYTAR: 1
displayName: Run tests
# - script: |
# 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
# ATOM_GITHUB_DISABLE_KEYTAR: 1
# displayName: Run tests
# This step is necessary in the short term due to a bug in the *NIX
# implementation of the CopyFiles task which scans the entire file

View File

@@ -33,10 +33,10 @@ phases:
- script: script\lint.cmd
displayName: Run linter
- script: script\test.cmd
env:
CI: true
displayName: Run tests
# - script: script\test.cmd
# env:
# CI: true
# displayName: Run tests
- task: CopyFiles@2
inputs: