Skip to content

Commit 1215217

Browse files
committed
absolute skip
1 parent f559e97 commit 1215217

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

streamz/tests/test_kafka.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
from distributed.utils_test import gen_cluster # flake8: noqa
1919

2020
KAFKA_FILE = 'kafka_2.11-1.0.0'
21-
LAUNCH_KAFKA = os.environ.get('STREAMZ_LAUNCH_KAFKA', '') == 'true'
21+
if os.environ.get('STREAMZ_LAUNCH_KAFKA', '') != 'true':
22+
pytest.skip("Not doing flaky kafka tests")
2223
ck = pytest.importorskip('confluent_kafka')
2324

2425

0 commit comments

Comments
 (0)