Skip to content

Commit

Permalink
Ignore flaky tests on mingw native (#4690)
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l authored Feb 20, 2025
1 parent f4c7ab0 commit adc846c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class WebSocketTest : ClientLoader() {

@Test
fun testImmediateReceiveAfterConnect() = clientTests(
except(ENGINES_WITHOUT_WS + "Darwin"), // TODO KTOR-7088
except(ENGINES_WITHOUT_WS + "Darwin" + "WinHttp"), // TODO KTOR-7088
) {
config {
install(WebSockets)
Expand Down

0 comments on commit adc846c

Please sign in to comment.