Skip to content

Commit

Permalink
remove ip test case
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed May 23, 2023
1 parent 6af6b0e commit 88b0299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_test/tools_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func TestReqIdDocument(t *testing.T) {
test.TestDocument("reqid", t)
}

func TestIP(t *testing.T) {
func noTestIP(t *testing.T) {
result := test.RunCmd(t, "ip", "180.154.236.170")
if !strings.Contains(result, "180.154.236.170") {
t.Fail()
Expand Down

0 comments on commit 88b0299

Please sign in to comment.