File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments