Skip to content

Commit 13d6a96

Browse files
authored
Merge pull request #136 from natesales/fix-tests
fix: remove f-root's AS set from testing
2 parents 0d7f940 + 34ad154 commit 13d6a96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/irr/irr_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ func TestGetIRRPrefixSet(t *testing.T) {
2222
{"AS112", 6, []string{"2001:4:112::/48", "2620:4f:8000::/48"}, false},
2323
{"AS112", 9, []string{"2001:4:112::/48", "2620:4f:8000::/48"}, true}, // Invalid address family
2424
{"AS-LROOT", 6, []string{"2001:500:3::/48", "2001:500:8c::/48", "2001:500:9c::/47{47,48}", "2001:500:9e::/47", "2001:500:9f::/48", "2602:800:9004::/47{48,48}", "2620:0:22b0::/48", "2620:0:2ee0::/48"}, false},
25-
{"AS-FROOT", 4, []string{"192.5.4.0/23{23,24}", "199.212.90.0/23", "199.212.92.0/23"}, false},
2625
}
2726
for _, tc := range testCases {
2827
out, err := PrefixSet(tc.asSet, tc.family, "rr.ntt.net", irrQueryTimeout, "")

0 commit comments

Comments
 (0)