Skip to content

Commit f1510d5

Browse files
committed
Limit test suite
1 parent dbc5552 commit f1510d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
env:
2222
PYTEST_ADDOPTS: "-n 2"
2323
run: |
24-
./tools/devtool -y test -- integration_tests/functional/
24+
./tools/devtool -y test -- integration_tests/functional/ -k "not vmlinux-5.10"

0 commit comments

Comments
 (0)