Skip to content

Commit

Permalink
Exclude test case with AK trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Apr 17, 2024
1 parent 56a3d01 commit 9b1b8cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/0016-client_swname.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ int main_0016_client_swname(int argc, char **argv) {
const char *jmx_port;
const char *reason = NULL;

if (test_broker_version > TEST_BRKVER(3, 6, 0, 0)) {
TEST_SKIP("FIXME: check this case with AK trunk\n");
return 0;
}

/* If available, use the Kafka JmxTool to query software name
* in broker JMX metrics */
if (!(broker = test_getenv("BROKER_ADDRESS_2", NULL)))
Expand Down

0 comments on commit 9b1b8cd

Please sign in to comment.