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 (