Skip to content

Commit cc3e79d

Browse files
skarpovdevdevcrocod
authored andcommitted
fixup! Fix tests on Windows
Signed-off-by: Sergey Karpov <[email protected]>
1 parent c84861f commit cc3e79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/typescript/TypeScriptEdgeCasesTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ class TypeScriptEdgeCasesTest : TypeScriptTestBase() {
8484
)
8585
}
8686

87+
// skip on windows as it can't handle long commands
8788
@Test
8889
@Timeout(30, unit = TimeUnit.SECONDS)
8990
@EnabledOnOs(OS.MAC, OS.LINUX)
90-
// skip on windows as it can't handle long commands
9191
fun testLargePayload() {
9292
val largeName = "A".repeat(10 * 1024)
9393

0 commit comments

Comments
 (0)