Skip to content

Commit ddbf1be

Browse files
test: run find visual studio tests only on windows
1 parent a3501e3 commit ddbf1be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/test-find-visualstudio.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ class TestVisualStudioFinder extends VisualStudioFinder {
2121
}
2222
}
2323

24+
// Only run "Find Visual Studio" tests on Windows.
25+
if (process.platform !== 'win32') {
26+
return
27+
}
28+
2429
describe('find-visualstudio', function () {
2530
this.beforeAll(function () {
2631
// Condition to skip the test suite

0 commit comments

Comments
 (0)