diff --git a/tests/workflows/main_test.go b/tests/workflows/main_test.go index 84d51b419..77b686663 100644 --- a/tests/workflows/main_test.go +++ b/tests/workflows/main_test.go @@ -145,10 +145,6 @@ func mustExecWorkflow(ctx context.Context, t *testing.T, name string, p autTypes } } - if unw := errors.Unwrap(err); unw != nil { - err = unw - } - t.Fatalf("could not exec %q: %v", name, err) }