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 d338e12 commit 3030e3dCopy full SHA for 3030e3d
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