Skip to content

Commit

Permalink
skip claim schema test
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <vadice@microsoft.com>
  • Loading branch information
vdice committed Mar 4, 2020
1 parent 27f522f commit efe72ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions claim/claim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ func TestMarshal_AllFields(t *testing.T) {
}

func TestClaimSchema(t *testing.T) {
t.Skip("This test is pending an alternate, offline-friendly implementation; see https://github.com/cnabio/cnab-go/issues/194")
claimBytes, err := json.Marshal(exampleClaim)
assert.NoError(t, err, "failed to json.Marshal the claim")

Expand Down

0 comments on commit efe72ed

Please sign in to comment.