From 02888d066e1bcc51284ed93015aafb6e66e22060 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Fri, 27 Oct 2023 16:19:44 -0400 Subject: [PATCH] no txt-0 --- integrationTest/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index 8bc59cf27..db4659b8e 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -1074,7 +1074,7 @@ func makeTests(t *testing.T) []*TestGroup { // update the AuditRecords(). // Commented this one out. Nobody supports this or needs it. - tc("a 0-byte TXT", txt("foo0", "")), + //tc("a 0-byte TXT", txt("foo0", "")), tc("a 254-byte TXT", txt("foo254", strings.Repeat("B", 254))), tc("a 255-byte TXT", txt("foo255", strings.Repeat("C", 255))),