Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b5ae9a

Browse files
committed
test: Disable failing file-patch tests for Atom CI
1 parent 8e10ef6 commit 9b5ae9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/integration/file-patch.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import {setup, teardown} from './helpers';
77
import GitShellOutStrategy from '../../lib/git-shell-out-strategy';
88

99
describe('integration: file patches', function() {
10+
// NOTE: This test does not pass on VSTS macOS builds. It will be re-enabled
11+
// once the underlying problem is solved. See atom/github#2617 for details.
12+
if (process.env.CI_PROVIDER === 'VSTS') { return; }
13+
1014
let context, wrapper, atomEnv;
1115
let workspace;
1216
let commands, workspaceElement;

0 commit comments

Comments
 (0)