Skip to content

Commit

Permalink
tests: mark ok_to_fail TxFeatureFlagTest.test_disabling_transactions_…
Browse files Browse the repository at this point in the history
…after_they_being_used
  • Loading branch information
rystsov committed Sep 7, 2022
1 parent 08ad8b9 commit 77b6628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/tests/tx_feature_flag_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@

from rptest.clients.types import TopicSpec
from rptest.tests.end_to_end import EndToEndTest
from ducktape.mark import ok_to_fail


class TxFeatureFlagTest(EndToEndTest):
@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/6329
@cluster(num_nodes=6, log_allow_list=RESTART_LOG_ALLOW_LIST)
def test_disabling_transactions_after_they_being_used(self):
'''
Expand Down

0 comments on commit 77b6628

Please sign in to comment.