Skip to content

Commit

Permalink
tests: mark unstable features multi node test ok_to_fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rystsov committed Jan 13, 2023
1 parent cb0657c commit 255924a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/tests/cluster_features_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

from ducktape.errors import TimeoutError as DucktapeTimeoutError
from ducktape.utils.util import wait_until
from ducktape.mark import ok_to_fail
from rptest.util import wait_until_result


Expand Down Expand Up @@ -179,6 +180,7 @@ def test_explicit_activation(self):
assert state['state'] == 'disabled'
assert state['was_active'] == True

@ok_to_fail # https://github.com/redpanda-data/redpanda/issues/8204
@cluster(num_nodes=3, log_allow_list=RESTART_LOG_ALLOW_LIST)
def test_license_upload_and_query(self):
"""
Expand Down

0 comments on commit 255924a

Please sign in to comment.