Skip to content

Commit f559e97

Browse files
committed
drop kafka tests altogether
1 parent 095e33b commit f559e97

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
CONDA_ENV: [py38, py39, py310]
17-
env:
18-
STREAMZ_LAUNCH_KAFKA: true
17+
# env:
18+
# STREAMZ_LAUNCH_KAFKA: true
1919

2020
steps:
2121
- name: APT

streamz/tests/test_kafka.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def test_to_kafka():
161161
@flaky(max_runs=3, min_passes=1)
162162
@gen_test(timeout=60)
163163
def test_from_kafka_thread():
164-
pytest.skip()
165164
j = random.randint(0, 10000)
166165
ARGS = {'bootstrap.servers': 'localhost:9092',
167166
'group.id': 'streamz-test%i' % j}

0 commit comments

Comments
 (0)