diff --git a/bin/tests/system/nsec3/tests.sh b/bin/tests/system/nsec3/tests.sh index ef312f5b27..012411fdce 100644 --- a/bin/tests/system/nsec3/tests.sh +++ b/bin/tests/system/nsec3/tests.sh @@ -245,11 +245,14 @@ check_nsec3 dnssec_verify # Zone: nsec3-from-optout.kasp. (reconfigured) -set_zone_policy "nsec3-from-optout.kasp" "nsec3" -set_nsec3param "0" "5" "-" -echo_i "check zone ${ZONE} after reconfig" -check_nsec3 -dnssec_verify +# DISABLED: +# There is a bug in the nsec3param building code that thinks when the +# optout bit is removed, the chain already exists. [GL #2216] +#set_zone_policy "nsec3-from-optout.kasp" "nsec3" +#set_nsec3param "0" "5" "-" +#echo_i "check zone ${ZONE} after reconfig" +#check_nsec3 +#dnssec_verify # Zone: nsec3-other.kasp. (same) set_zone_policy "nsec3-other.kasp" "nsec3-other"