Skip to content

Commit

Permalink
Merge pull request #18825 from redpanda-data/PESDLC-1494
Browse files Browse the repository at this point in the history
PESDLC-1494 Remove ignore from cloud decomission tests
  • Loading branch information
twmb authored Jun 5, 2024
2 parents 4ddb309 + 750d964 commit 4e0436d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/rptest/redpanda_cloud_tests/high_throughput_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,6 @@ def _wait_for_traffic(self, producer, acked, timeout=1800):
f"Low throughput while preparing for the test: {_throughput} MB/s"
) from None

@ignore
@cluster(num_nodes=5, log_allow_list=RESTART_LOG_ALLOW_LIST)
def test_decommission_and_add(self):
"""Decommission and add while under load.
Expand Down Expand Up @@ -1196,7 +1195,6 @@ def _delete_cluster_pvc(self, cluster_name, num):
# kubectl delete pvc shadow-index-cache-rp-clkd0n22nfn1jf7vd9t0-4 -n=redpanda
self.redpanda.kubectl.cmd(['delete', 'pvc', pvc_name, '-n=redpanda'])

@ignore
@cluster(num_nodes=5, log_allow_list=RESTART_LOG_ALLOW_LIST)
def test_add_and_decommission(self):
"""Add a new node and then decommission it while under load.
Expand Down

0 comments on commit 4e0436d

Please sign in to comment.