Skip to content

Commit 7054913

Browse files
committed
User switch tests are deadlocking on GHA
1 parent 747924c commit 7054913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
test $a -gt 3
4545
- name: Run
4646
run: |
47-
RFAT_RERUNS=2 bash ./run_containerqa.sh --container-image=${{matrix.jdkimage}}
47+
BLACKLIST="101.*" RFAT_RERUNS=2 bash ./run_containerqa.sh --container-image=${{matrix.jdkimage}}
4848
- name: Upload results
4949
if: ${{ always() }}
5050
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)