Skip to content

Commit

Permalink
xfail test_describe_configs_topic_resource_returns_configs (Issue #1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpkp committed Dec 29, 2019
1 parent 2ed01e9 commit b59323d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_admin_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ def test_describe_configs_broker_resource_returns_configs(kafka_admin_client):
assert len(configs[0].resources[0][4]) > 1


@pytest.mark.xfail(condition=True,
reason="https://github.com/dpkp/kafka-python/issues/1929",
raises=AssertionError)
@pytest.mark.skipif(env_kafka_version() < (0, 11), reason="Describe config features require broker >=0.11")
def test_describe_configs_topic_resource_returns_configs(topic, kafka_admin_client):
"""Tests that describe config returns configs for topic
Expand Down

0 comments on commit b59323d

Please sign in to comment.