Skip to content

Commit

Permalink
tests: marked flaky librdkafka tests ok to fail
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maslanka <michal@redpanda.com>
  • Loading branch information
mmaslankaprv committed Nov 8, 2022
1 parent 4fb3b91 commit dd5dd9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/rptest/tests/librdkafka_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import os

from rptest.services.cluster import cluster
from ducktape.mark import matrix
from ducktape.mark import matrix, ok_to_fail

from rptest.services.librdkafka_test_case import LibrdkafkaTestcase
from rptest.tests.redpanda_test import RedpandaTest
Expand Down Expand Up @@ -73,9 +73,10 @@ def __init__(self, context):
"default_topic_partitions": 4
})

@ok_to_fail #
@cluster(num_nodes=4)
@matrix(test_num=tests_to_run())
@skip_debug_mode
@skip_debug_mode # https://github.com/redpanda-data/redpanda/issues/7148
def test_librdkafka(self, test_num):
tc = LibrdkafkaTestcase(self.test_context, self.redpanda, test_num)
tc.start()
Expand Down

0 comments on commit dd5dd9e

Please sign in to comment.