Skip to content

Commit

Permalink
Revert "Shuffle tests (#10335)"
Browse files Browse the repository at this point in the history
This reverts commit c8e1b09.
  • Loading branch information
Maffooch authored Jul 2, 2024
1 parent 36d6700 commit ae135ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/entrypoint-unit-tests-devDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EOF

echo "Unit Tests"
echo "------------------------------------------------------------"
python3 manage.py test unittests -v 3 --keepdb --no-input --shuffle
python3 manage.py test unittests -v 3 --keepdb --no-input

# you can select a single file to "test" unit tests
# python3 manage.py test unittests.tools.test_npm_audit_scan_parser.TestNpmAuditParser --keepdb -v 3
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoint-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ python3 manage.py migrate

echo "Unit Tests"
echo "------------------------------------------------------------"
python3 manage.py test unittests -v 3 --keepdb --no-input --shuffle
python3 manage.py test unittests -v 3 --keepdb --no-input

0 comments on commit ae135ac

Please sign in to comment.