Skip to content

Commit 2736950

Browse files
committed
Turn off tasty-rerun
1 parent 4b69dfb commit 2736950

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,12 @@ jobs:
107107
# run the tests without parallelism, otherwise tasty will attempt to run
108108
# all functional test cases simultaneously which causes way too many hls
109109
# instances to be spun up for the poor github actions runner to handle
110+
# TODO(MPJ): I removed the tasty-rerun options since it seemed to be
111+
# triggering when it shouldn't. We should try and figure out why or
112+
# just drop it entirely.
113+
# --rerun-update --rerun-filter failures,exceptions
110114
run: |
111-
echo "TEST_OPTS=-j1 --rerun-update --rerun-filter failures,exceptions" >> $GITHUB_ENV
115+
echo "TEST_OPTS=-j1 " >> $GITHUB_ENV
112116
113117
- name: Cache test log between attempts of the same run
114118
uses: actions/cache@v3

0 commit comments

Comments
 (0)