Skip to content

Commit

Permalink
Remove parallelism from integration tests (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
consoull authored Nov 1, 2023
1 parent 3751dfe commit d8d2c74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ workflows:
pytest-group: [ detection, fr, classification, workflow ]
extras: ["none"]
enabled: true
parallelism: 3
requires:
- ci-base-<< matrix.python-version >>-<< matrix.extras >>
- integration-test:
Expand All @@ -346,7 +345,6 @@ workflows:
extras: ["metrics"]
pytest-group: _experimental
enabled: true
parallelism: 1
requires:
- ci-base-<< matrix.python-version >>-<< matrix.extras >>
- integration-test:
Expand Down

0 comments on commit d8d2c74

Please sign in to comment.