Skip to content

Commit

Permalink
Remove t.Parallel()
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Dec 11, 2024
1 parent 8c98dab commit 9e6a182
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vdr/didx509/x509_utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import (
)

func TestFindOtherNameValue(t *testing.T) {
t.Parallel()
key, certificate, err := pki.BuildRootCert()
require.NoError(t, err)
_, signingCert, err := pki.BuildSigningCert([]string{"123", "321"}, certificate, key, "4567")
Expand Down Expand Up @@ -91,7 +90,6 @@ func TestFindCertificateByHash(t *testing.T) {
}
chainCerts, _, err := pki.BuildCertChain([]string{"123"}, "")
require.NoError(t, err)
t.Parallel()
type testCase struct {
name string
chain []*x509.Certificate
Expand Down

0 comments on commit 9e6a182

Please sign in to comment.