Skip to content

Commit

Permalink
fixup! Mute HttpTimeout tests on native
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Nov 25, 2024
1 parent c4b8642 commit dbe670d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class WebSocketTest : ClientLoader() {
}

@Test
fun testAuthenticationWithValidInitialToken() = clientTests(ENGINES_WITHOUT_WS + "Js", retries = 5) {
fun testAuthenticationWithValidInitialToken() = clientTests(ENGINES_WITHOUT_WS + "Js" + "Darwin", retries = 5) {
config {
install(WebSockets)

Expand Down

0 comments on commit dbe670d

Please sign in to comment.