Skip to content

Commit dff2223

Browse files
committed
Add a patch to ignore some tests
1 parent e3ed833 commit dff2223

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
# TODO: remove when fixed in the above branch.
100100
- run: git -C linux apply ../ci/patches/0001-Skip-GCC-flag-for-bindgen.patch
101101

102+
# TODO: remove when fixed in the above branch.
103+
- run: git -C linux apply ../ci/patches/0001-Ignore-some-failing-tests.patch
104+
102105
# Setup: `busybox`.
103106
- run: |
104107
git clone --depth 1 -b 1_30_1 https://git.busybox.net/busybox/

0 commit comments

Comments
 (0)