Skip to content

Commit

Permalink
Testing parallel exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
bari12 committed Mar 8, 2024
1 parent faed8e2 commit e81f575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_conveyor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ def __setup_test():


@skip_rse_tests_with_accounts
@pytest.mark.noparallel(groups=[NoParallelGroups.PREPARER, NoParallelGroups.SUBMITTER])
@pytest.mark.noparallel(groups=[NoParallelGroups.PREPARER, NoParallelGroups.SUBMITTER, NoParallelGroups.POLLER, NoParallelGroups.FINISHER])
@pytest.mark.parametrize("file_config_mock", [
{
"overrides": [
Expand Down

0 comments on commit e81f575

Please sign in to comment.