Skip to content

Commit

Permalink
Disable testPriorKnowledgeWithPool test
Browse files Browse the repository at this point in the history
  • Loading branch information
warunalakshitha committed Jan 9, 2025
1 parent ea84aee commit 1c45a38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void setup() {
}
}

@Test
@Test (enabled = false)
public void testPriorKnowledgeWithPool() {
//Since we have only two eventloops, upstream will have two different pools.
HttpClientConnector client1 = getTestHttp2Client(httpWsConnectorFactory, true); //Upstream uses eventloop1 pool
Expand Down

0 comments on commit 1c45a38

Please sign in to comment.