Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Sep 29, 2024
1 parent 62e3629 commit c4674af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
awk '/^== [0-9]+ tests, .* ==$/{flag=1;next}/^$/{flag=0}flag' < ${{ env.TEST_FOLDER }}/raw-results.txt | tee ${{ env.TEST_FOLDER }}/results.txt | while read line; do
TEST_NAME=$(echo "$line" | cut -f 1 -d' ')
if grep -q $TEST_NAME .github/flaky-tests.txt && [ "${{ matrix.os != 'ubuntu-20.04' }}" == "true" ]; then
if grep -q $TEST_NAME .github/flaky-tests.txt && [ "${{ matrix.os != 'ubuntu-24.04' }}" == "true" ]; then
echo "skipping flaky test $TEST_NAME"
else
echo "$line" >> ${{ env.TEST_FOLDER }}/filtered-results.txt
Expand Down

0 comments on commit c4674af

Please sign in to comment.