diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-04-05 15:19:23 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-04-05 15:19:23 +0700 |
| commit | 46d02f63fd53cebecbd02417a8d3e9f1629e23d3 (patch) | |
| tree | 8a1193dee08bcf6b6c3f38923a0a6b7f71568561 /api_client_test.go | |
| parent | 826f56cf7ea4ca350078538d39fd6fee6f05bf9a (diff) | |
| download | kamusku-46d02f63fd53cebecbd02417a8d3e9f1629e23d3.tar.xz | |
api_client: skip the online test
Diffstat (limited to 'api_client_test.go')
| -rw-r--r-- | api_client_test.go | 2 |
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) |
