diff --git a/cardano_node_tests/tests/test_tx_many_utxos.py b/cardano_node_tests/tests/test_tx_many_utxos.py index 77f019077..a27c7beba 100644 --- a/cardano_node_tests/tests/test_tx_many_utxos.py +++ b/cardano_node_tests/tests/test_tx_many_utxos.py @@ -29,7 +29,6 @@ class TestManyUTXOs: @pytest.fixture def cluster(self, cluster_manager: cluster_management.ClusterManager) -> clusterlib.ClusterLib: return cluster_manager.get( - mark="many_utxos", lock_resources=[cluster_management.Resources.PERF], prio=True, )