diff --git a/pulpcore/tests/functional/api/test_replication.py b/pulpcore/tests/functional/api/test_replication.py index 20cd235431..9dfb5eda02 100644 --- a/pulpcore/tests/functional/api/test_replication.py +++ b/pulpcore/tests/functional/api/test_replication.py @@ -41,7 +41,7 @@ def test_replication( assert task.state == "completed" -@pytest.mark.parallel +# @pytest.mark.parallel def test_replication_idempotence( domain_factory, bindings_cfg, @@ -168,7 +168,7 @@ def test_replication_idempotence( assert upstream_pulp2.prn.split(":")[-1] == new_remote.pulp_labels["UpstreamPulp"] -@pytest.mark.parallel +# @pytest.mark.parallel def test_replication_with_repo_based_distribution( domain_factory, bindings_cfg, @@ -711,7 +711,7 @@ def _populate_upstream(number, prefix=""): return _populate_upstream -@pytest.mark.parallel +# @pytest.mark.parallel def test_replicate_with_basic_q_select( domain_factory, populate_upstream, @@ -771,7 +771,7 @@ def test_replicate_with_basic_q_select( assert result.results[0].name == "0" -@pytest.mark.parallel +# @pytest.mark.parallel def test_replicate_with_complex_q_select( domain_factory, populate_upstream, @@ -848,7 +848,7 @@ def _add_domain_to_cleanup(domain): add_to_cleanup(api_client, item.pulp_href) -@pytest.mark.parallel +# @pytest.mark.parallel @pytest.mark.parametrize( "policy,results", [