The implementation is buggy and can't be reliably tested right now, so disable the tests until the kernel is fixed and tests updated. Signed-off-by: Ondrej Mosnacek <omosnace@xxxxxxxxxx> --- tests/sctp/test | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/sctp/test b/tests/sctp/test index 7e84ab0..e28d214 100755 --- a/tests/sctp/test +++ b/tests/sctp/test @@ -57,8 +57,11 @@ BEGIN { } if ( $ipaddress[1] ne 0 and $ipaddress[0] ne $ipaddress[1] ) { - $test_count += 3; - $test_asconf = 1; + +# Disable ASCONF tests for now due to a known issue: +# https://lore.kernel.org/selinux/CAFqZXNsO0HSqP2n3W_Su07LPggUm5_M1tGJBuJDW_VL-pWHOWw@xxxxxxxxxxxxxx/T/ +#$test_count += 3; +#$test_asconf = 1; } # SCTP client peeloff has been fixed in kernel 5.18+ -- 2.36.1