Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Oct 6, 2020
1 parent 0c3176f commit 6cf14fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kafka_consumer/tests/test_kafka_consumer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under Simplified BSD License (see LICENSE)
import os

import pytest

from datadog_checks.kafka_consumer import KafkaCheck
Expand Down Expand Up @@ -97,6 +99,7 @@ def test_no_partitions(aggregator, kafka_instance):
assert_check_kafka(aggregator, {'my_consumer': {'marvel': [0]}})


@pytest.mark.skipif(os.environ.get('KAFKA_VERSION', '').startswith('0.9'), reason='Old Kafka version')
@pytest.mark.integration
@pytest.mark.usefixtures('dd_environment')
def test_version_metadata(datadog_agent, kafka_instance):
Expand Down

0 comments on commit 6cf14fa

Please sign in to comment.