Skip to content

Commit 1215217

Browse files
committed
absolute skip
1 parent f559e97 commit 1215217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy