Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 7b8567d

Browse files
authored
Merge branch 'master' into setup-atom
2 parents 47a9544 + e732a48 commit 7b8567d

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)