Skip to content

Commit d4d1596

Browse files
committed
Ignore specific Bun test failing on Windows
1 parent 0216028 commit d4d1596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/groovy/com/github/gradle/node/bun/task/BunxTask_integTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class BunxTask_integTest extends AbstractIntegTest {
8787
gv << GRADLE_VERSIONS_UNDER_TEST
8888
}
8989
90+
@IgnoreIf({ os.windows })
9091
def 'execute bun pwd command with custom execution configuration and check up-to-date-detection'() {
9192
given:
9293
gradleVersion = gv

0 commit comments

Comments
 (0)