From d919f85c19cb754b1507b45e1609292f495ffff9 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 10 Apr 2017 22:13:12 +0100 Subject: remove calls to t.Parallel() --- server/signer/signer_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'server/signer/signer_test.go') diff --git a/server/signer/signer_test.go b/server/signer/signer_test.go index 3bbdbf9..726a69b 100644 --- a/server/signer/signer_test.go +++ b/server/signer/signer_test.go @@ -25,7 +25,6 @@ var ( ) func TestCert(t *testing.T) { - t.Parallel() r := &lib.SignRequest{ Key: string(testdata.Pub), ValidUntil: time.Now().Add(1 * time.Hour), @@ -54,7 +53,6 @@ func TestCert(t *testing.T) { } func TestRevocationList(t *testing.T) { - t.Parallel() r := &lib.SignRequest{ Key: string(testdata.Pub), ValidUntil: time.Now().Add(1 * time.Hour), @@ -82,7 +80,6 @@ func TestRevocationList(t *testing.T) { } func TestPermissions(t *testing.T) { - t.Parallel() r := &lib.SignRequest{ Key: string(testdata.Pub), ValidUntil: time.Now().Add(1 * time.Hour), -- cgit v1.2.3