summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-04-05 15:19:23 +0700
committerShulhan <m.shulhan@gmail.com>2020-04-05 15:19:23 +0700
commit46d02f63fd53cebecbd02417a8d3e9f1629e23d3 (patch)
tree8a1193dee08bcf6b6c3f38923a0a6b7f71568561
parent826f56cf7ea4ca350078538d39fd6fee6f05bf9a (diff)
downloadkamusku-46d02f63fd53cebecbd02417a8d3e9f1629e23d3.tar.xz
api_client: skip the online test
-rw-r--r--api_client_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api_client_test.go b/api_client_test.go
index 23e1e81..ea63997 100644
--- a/api_client_test.go
+++ b/api_client_test.go
@@ -53,6 +53,8 @@ func TestApiClient_CariDefinisi_offline(t *testing.T) {
}
func TestApiClient_CariDefinisi_online(t *testing.T) {
+ t.Skip()
+
testServer.offline = false
client := newAPIClient(testServerAPI)