Skip to content

Commit 1947c7e

Browse files
committed
Disable on windows
1 parent 8bf09e6 commit 1947c7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

medium-tests/src/test/java/mediumtest/sonarcodecontext/SonarCodeContextMediumTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ void clearDogfoodFlag() {
6464
}
6565

6666
@SonarLintTest
67+
// Relies on bash script
68+
@DisabledOnOs(OS.WINDOWS)
6769
void should_regenerate_on_binding_change(SonarLintTestHarness harness, @TempDir Path baseDir, @TempDir Path binDir)
6870
throws IOException {
6971
var cliPath = createFakeCli(binDir);

0 commit comments

Comments
 (0)