From efe72ed0c25ee4e7ffb16fe975996df1d917714c Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Wed, 4 Mar 2020 12:06:08 -0700 Subject: [PATCH] skip claim schema test Signed-off-by: Vaughn Dice --- claim/claim_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/claim/claim_test.go b/claim/claim_test.go index fd0fa090..14ad2110 100644 --- a/claim/claim_test.go +++ b/claim/claim_test.go @@ -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")