Skip to content

Commit

Permalink
Skip credential test. Susceptible to network errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Oct 10, 2023
1 parent a78a37c commit a13b8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/issuer/verifiable_credential_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func TestCredentialTestSuite(t *testing.T) {
}

func (s *CredentialTestSuite) TestVerifiableCredential() {
s.T().Skip("Isolate this test from the network before putting it in CI.")
ctx := context.Background()
vin := "1G6AL1RY2K0111939"
tokenID := big.NewInt(3)
Expand Down

0 comments on commit a13b8b3

Please sign in to comment.