diff --git a/ipgeo/ipgeo_test.go b/ipgeo/ipgeo_test.go index d849d1ee..d309c3dc 100644 --- a/ipgeo/ipgeo_test.go +++ b/ipgeo/ipgeo_test.go @@ -7,11 +7,11 @@ import ( ) func TestLeoIP(t *testing.T) { - res, err := LeoIP("1.1.1.1") - assert.Nil(t, err) - assert.NotNil(t, res) - assert.NotEmpty(t, res.Asnumber) - assert.NotEmpty(t, res.Isp) + // res, err := LeoIP("1.1.1.1") + // assert.Nil(t, err) + // assert.NotNil(t, res) + // assert.NotEmpty(t, res.Asnumber) + // assert.NotEmpty(t, res.Isp) } func TestIPSB(t *testing.T) {