Skip to content

Commit c57c516

Browse files
committed
Fix[IT]: test_admin_command_routing: skip tests (and report) instead of returning
Signed-off-by: JEAN-LOUIS "JL" LEROY <[email protected]>
1 parent 7a40386 commit c57c516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/integration-tests/test_admin_command_routing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
of commands; only that they get routed to the proper nodes.
2323
"""
2424

25+
import pytest
26+
2527
import blazingmq.dev.it.testconstants as tc
2628
from blazingmq.dev.it.fixtures import (
2729
Cluster,
@@ -30,7 +32,6 @@
3032
from blazingmq.dev.it.process.client import Client
3133
import json
3234
import multiprocessing.pool
33-
import pytest
3435

3536
pytest.skip(
3637
"Skip admin command routing tests until admin command routing is re-enabled",

0 commit comments

Comments
 (0)