Skip to content

Commit

Permalink
Remove --repeat since it does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-zaitsev committed Jan 21, 2025
1 parent fe3d2d1 commit 68a28f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
test_mode="--test-to-end"
fi
~/venv/qa/bin/python3 ./tests/regression.py --only=/regression/e2e.test_operator/${ONLY} --repeat=/regression/e2e.test_operator/${ONLY},2,pass $test_mode --trim-results on -o short --native --log ./tests/raw.log
~/venv/qa/bin/python3 ./tests/regression.py --only=/regression/e2e.test_operator/${ONLY} $test_mode --trim-results on -o short --native --log ./tests/raw.log
test_result=$?
~/venv/qa/bin/tfs --no-colors transform compact ./tests/raw.log ./tests/compact.log
~/venv/qa/bin/tfs --no-colors transform nice ./tests/raw.log ./tests/nice.log.txt
Expand Down

0 comments on commit 68a28f0

Please sign in to comment.