Skip to content

Commit ecdb854

Browse files
chore: disable flaky test (#1789)
1 parent dbe0852 commit ecdb854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/graphql-kotlin-ktor-server/src/test/kotlin/com/expediagroup/graphql/server/ktor/subscriptions/graphqlws/KtorGraphQLWebSocketProtocolHandlerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class KtorGraphQLWebSocketProtocolHandlerTest {
9494
assertNull(outgoing.tryReceive().getOrNull())
9595
}
9696

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

0 commit comments

Comments
 (0)