From cfeee9153a75a0c7ad95e190fb088afe25844192 Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Wed, 3 Apr 2019 17:42:27 +0200 Subject: [PATCH] upd(system): disable e2e system tests --- system/routes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/routes_test.go b/system/routes_test.go index 3e573828b..99c0b3048 100644 --- a/system/routes_test.go +++ b/system/routes_test.go @@ -35,7 +35,7 @@ type ( } ) -func TestUsers(t *testing.T) { +func disabledTestUsers(t *testing.T) { ctx := context.Background() // we need to set this due to using Init()