MINOR: disable Streams system test for broker upgrade/downgrade (#6341)

Reviewers: Bill Bejeck <bill@confluent.io>, Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
Guozhang Wang 2019-02-28 00:20:44 -08:00 committed by Matthias J. Sax
parent a1f7925d23
commit dfae20ecee
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class StreamsUpgradeTest(Test):
node.version = KafkaVersion(to_version)
self.kafka.start_node(node)
@ignore
@cluster(num_nodes=6)
@matrix(from_version=broker_upgrade_versions, to_version=broker_upgrade_versions)
def test_upgrade_downgrade_brokers(self, from_version, to_version):