Skip to content

Commit 5c4fe4c

Browse files
committed
[KK] Skip net/forwarding on 6.12/6.18
It takes > 2 hours alone, which can put an automated github workflow over the max of 6 hours.
1 parent 5d6b657 commit 5c4fe4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel_kselftest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ case $(uname -r) in
267267
echo "Running 6.12/6.18 kselftests"
268268
echo
269269
SUDO_TARGETS="binderfs capabilities cgroup clone3 cpu-hotplug cpufreq damon drivers/net efivars efivarfs exec firmware fpu gpio ipc intel_pstate ir kexec lib livepatch memfd memory-hotplug mptcp mqueue net netfilter sync sysctl timens timers vm x86 zram"
270-
SKIP_TARGETS="lkdtm"
270+
SKIP_TARGETS="lkdtm net/forwarding"
271271
;;
272272
*)
273273
echo

0 commit comments

Comments
 (0)