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))),