Skip to content

Commit 60c50a1

Browse files
authored
Merge pull request #1276 from gerrod3/fix/parallel-substitution-tests
Run package substitution tests outside the parallel suite
2 parents 4acf777 + 05d4af4 commit 60c50a1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pulp_python/tests/functional/api/test_crud_content_unit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def test_package_creation_with_metadata(
203203
)
204204

205205

206-
@pytest.mark.parallel
207206
def test_disallow_package_substitution(
208207
monitor_task,
209208
python_bindings,
@@ -272,7 +271,6 @@ def test_disallow_package_substitution(
272271
assert repo.latest_version_href.endswith("/2/")
273272

274273

275-
@pytest.mark.parallel
276274
def test_package_substitution_allowed_by_default(
277275
monitor_task,
278276
python_bindings,

0 commit comments

Comments
 (0)