diff options
Diffstat (limited to 'test/proxy_test.go')
-rw-r--r-- | test/proxy_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/proxy_test.go b/test/proxy_test.go index b8765ef10..01bfa0500 100644 --- a/test/proxy_test.go +++ b/test/proxy_test.go @@ -13,6 +13,7 @@ import ( ) func TestLookupProxy(t *testing.T) { + t.Parallel() name, rm, err := test.TempFile(".", exampleOrg) if err != nil { t.Fatalf("failed to created zone: %s", err) |