Skip to content

Commit 00851a7

Browse files
committed
tests: build_tools: exclude more broken selftest builds
Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 23b74dd commit 00851a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/patch/build_tools/build_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "Now at:"
3333
git log -1 --pretty='%h ("%s")' HEAD
3434

3535
# These are either very slow or don't build
36-
export SKIP_TARGETS="bpf dt kvm landlock livepatch lsm sched_ext user_events mm powerpc"
36+
export SKIP_TARGETS="bpf dt kvm landlock livepatch lsm sched_ext user_events mm powerpc filesystems/mount-notify ublk"
3737

3838
pr "Cleaning"
3939
make O=$output_dir $build_flags -C tools/testing/selftests/ clean

0 commit comments

Comments
 (0)