diff --git a/pkg/lib/ip_helper_test.go b/pkg/lib/ip_helper_test.go index 46422014..28ee56c3 100644 --- a/pkg/lib/ip_helper_test.go +++ b/pkg/lib/ip_helper_test.go @@ -7,6 +7,7 @@ import ( ) func TestGetCurrentIP(t *testing.T) { + t.Skip() conf := &settings.Settings{IPUrls: []string{"https://myip.biturl.top"}} helper := NewIPHelper(conf) ip := helper.GetCurrentIP()