Skip to content

Commit f02cc34

Browse files
committed
Temporarily disable IPv6 company assertion
1 parent 35886ed commit f02cc34

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

test/ipinfo_test.rb

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@ def assert_ip6(resp)
3030
"type": 'isp'
3131
}
3232
)
33-
assert_equal(
34-
resp.company,
35-
{
36-
"name": 'IIJ Internet',
37-
"domain": 'iij.net',
38-
"type": 'isp'
39-
}
40-
)
33+
# This test is flaky, with the domain flapping between iij.net and iij.ad.jp
34+
#
35+
# assert_equal(
36+
# resp.company,
37+
# {
38+
# "name": 'IIJ Internet',
39+
# "domain": 'iij.net',
40+
# "type": 'isp'
41+
# }
42+
# )
4143
assert_equal(
4244
resp.privacy,
4345
{

0 commit comments

Comments
 (0)