We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8a0b8 commit 6f870a6Copy full SHA for 6f870a6
tools/testing/selftests/net/packetdrill/ksft_runner.sh
@@ -43,6 +43,7 @@ if [[ -n "${KSFT_MACHINE_SLOW}" ]]; then
43
"tcp_timestamping.*.pkt"
44
"tcp_user_timeout_user-timeout-probe.pkt"
45
"tcp_zerocopy_epoll_.*.pkt"
46
+ "tcp_tcp_info_tcp-info-*-limited.pkt"
47
)
48
readonly xfail_regex="^($(printf '%s|' "${xfail_list[@]}"))$"
49
[[ "$script" =~ ${xfail_regex} ]] && failfunc=ktap_test_xfail
0 commit comments