Skip to content

Commit

Permalink
chore: disable flaky test (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelAndalon authored Jun 3, 2023
1 parent dbe0852 commit ecdb854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class KtorGraphQLWebSocketProtocolHandlerTest {
assertNull(outgoing.tryReceive().getOrNull())
}

@Test
// @Test
fun `runs two subscriptions consequently`() = doInSession {
val graphQLContext = mockk<GraphQLContext>("graphQlContext")
coEvery { subscriptionHooks.onConnect(mapOf("foo" to "bar"), session) } returns graphQLContext
Expand Down

0 comments on commit ecdb854

Please sign in to comment.