You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2016/12/07 00:24:10 UTC

kafka git commit: HOTFIX: Disable test until fixed

Repository: kafka
Updated Branches:
  refs/heads/trunk c9e99f297 -> b6af35161


HOTFIX: Disable test until fixed

Author: Eno Thereska <en...@gmail.com>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #2217 from enothereska/hotfix-disable-smoke-test


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/b6af3516
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/b6af3516
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/b6af3516

Branch: refs/heads/trunk
Commit: b6af35161caa7629ee8c75ab400556cb1ea9c1fd
Parents: c9e99f2
Author: Eno Thereska <en...@gmail.com>
Authored: Wed Dec 7 00:23:32 2016 +0000
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Wed Dec 7 00:23:57 2016 +0000

----------------------------------------------------------------------
 tests/kafkatest/tests/streams/streams_smoke_test.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/b6af3516/tests/kafkatest/tests/streams/streams_smoke_test.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/tests/streams/streams_smoke_test.py b/tests/kafkatest/tests/streams/streams_smoke_test.py
index e3c465a..ea05c5f 100644
--- a/tests/kafkatest/tests/streams/streams_smoke_test.py
+++ b/tests/kafkatest/tests/streams/streams_smoke_test.py
@@ -44,6 +44,7 @@ class StreamsSmokeTest(KafkaTest):
         self.processor3 = StreamsSmokeTestJobRunnerService(test_context, self.kafka)
         self.processor4 = StreamsSmokeTestJobRunnerService(test_context, self.kafka)
 
+    @ignore
     def test_streams(self):
         """
         Start a few smoke test clients, then repeat start a new one, stop (cleanly) running one a few times.