Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pulpcore/tests/functional/api/test_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
[
Expand Down
Loading