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:
107
107
# run the tests without parallelism, otherwise tasty will attempt to run
108
108
# all functional test cases simultaneously which causes way too many hls
109
109
# 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
110
114
run : |
111
- echo "TEST_OPTS=-j1 --rerun-update --rerun-filter failures,exceptions " >> $GITHUB_ENV
115
+ echo "TEST_OPTS=-j1 " >> $GITHUB_ENV
112
116
113
117
- name : Cache test log between attempts of the same run
114
118
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments