Skip to content

Commit

Permalink
[Java] Enable response channels test.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Nov 1, 2024
1 parent 148dda0 commit 049c26e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ void tearDown()
@InterruptAfter(10)
void test(final String requestChannel, final String responseChannel)
{
if (responseChannel.contains("control-mode=response"))
{
TestMediaDriver.notSupportedOnCMediaDriver("broken response channels");
}

launch(requestChannel, responseChannel);

final String channel = "aeron:ipc?ssc=true|term-length=128k";
Expand Down

0 comments on commit 049c26e

Please sign in to comment.