From cfb757230ee489b47488929e037161b0cd2ceeec Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Tue, 13 Jul 2021 22:26:32 +0200 Subject: [PATCH] Fix wf integration tests --- tests/workflows/0001_basics_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/workflows/0001_basics_test.go b/tests/workflows/0001_basics_test.go index 24828b2d0..8e7b3c8b9 100644 --- a/tests/workflows/0001_basics_test.go +++ b/tests/workflows/0001_basics_test.go @@ -5,7 +5,6 @@ import ( "fmt" "sync" "testing" - "time" "github.com/cortezaproject/corteza-server/automation/types" "github.com/stretchr/testify/require" @@ -13,8 +12,6 @@ import ( func Test0001_basics(t *testing.T) { ctx := bypassRBAC(context.Background()) - ctx, fn := context.WithTimeout(ctx, time.Second) - defer fn() loadScenario(ctx, t) var (