summaryrefslogtreecommitdiffstats
path: root/tests-extra
diff options
context:
space:
mode:
authorLibor Peltan <libor.peltan@nic.cz>2024-07-25 09:51:54 +0200
committerLibor Peltan <libor.peltan@nic.cz>2024-07-25 09:51:54 +0200
commitceee35bd2c8224e121e8ab38056cf1333dc1a001 (patch)
tree3dfdfad1f567d8560c4f838396f48f74322dac15 /tests-extra
parentRevert "libknot: fix UBSAN warning 'applying zero offset to null pointer'" (diff)
downloadknot-ceee35bd2c8224e121e8ab38056cf1333dc1a001.tar.xz
knot-ceee35bd2c8224e121e8ab38056cf1333dc1a001.zip
tests: temporarily disable non-apex DNSKEYs as Bind9 utils dont like them
Diffstat (limited to 'tests-extra')
-rwxr-xr-xtests-extra/tools/zone_generate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-extra/tools/zone_generate.py b/tests-extra/tools/zone_generate.py
index 24f4df37a..781ea2a70 100755
--- a/tests-extra/tools/zone_generate.py
+++ b/tests-extra/tools/zone_generate.py
@@ -65,7 +65,7 @@ RRTYPES = [ \
[ 'APL', 'g_apl', 0.05, 42 ], \
[ 'SSHFP', 'g_sshfp', 0.10, 44 ], \
[ 'IPSECKEY', 'g_ipseckey', 0.05, 45 ], \
- [ 'DNSKEY', 'g_key', 0.01, 48 ], \
+# [ 'DNSKEY', 'g_key', 0.01, 48 ], \
[ 'DHCID', 'g_dhcid', 0.01, 49 ], \
[ 'SPF', 'g_spf', 0.15, 99 ], \
[ 'CUSTOM', 'g_customrr', 0.03, 0 ] \