Skip to content

Commit

Permalink
enable asnmap unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunKoyalwar committed Jun 27, 2023
1 parent 23cc7f1 commit b23f701
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions v2/pkg/core/inputs/hybrid/hmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,14 @@ func Test_expandASNInputValue(t *testing.T) {
asn string
expectedOutputFile string
}{
// {
// asn: "AS14421",
// expectedOutputFile: "tests/AS14421.txt",
// },
// skipping since there is a issue with ASN lookup for AS134029
// {
// asn: "AS134029",
// expectedOutputFile: "tests/AS134029.txt",
// },
{
asn: "AS14421",
expectedOutputFile: "tests/AS14421.txt",
},
{
asn: "AS134029",
expectedOutputFile: "tests/AS134029.txt",
},
}
for _, tt := range tests {
hm, err := hybrid.New(hybrid.DefaultDiskOptions)
Expand Down

0 comments on commit b23f701

Please sign in to comment.