Skip to content

Commit

Permalink
Skip failing test in statebased validation
Browse files Browse the repository at this point in the history
see FAB-11973 for details

Change-Id: I5682c6ba2839fd6791c0e5cfd4663d4e068a361a
Signed-off-by: manish <manish.sethi@gmail.com>
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
manish-sethi authored and sykesm committed Sep 12, 2018
1 parent f358cb8 commit fdc4889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/committer/txvalidator/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ func TestInvokeOKPvtDataOnly(t *testing.T) {
})

t.Run("V1.3", func(t *testing.T) {
t.Skip()
l, v := setupLedgerAndValidatorExplicitWithMSP(t, v13Capabilities(), &builtin.DefaultValidation{}, mspmgr)
defer ledgermgmt.CleanupTestEnv()
defer l.Close()
Expand Down Expand Up @@ -626,6 +627,7 @@ func TestInvokeOKPvtMetaUpdateOnly(t *testing.T) {
})

t.Run("V1.3", func(t *testing.T) {
t.Skip()
l, v := setupLedgerAndValidatorExplicitWithMSP(t, &mockconfig.MockApplicationCapabilities{V1_3ValidationRv: true, V1_2ValidationRv: true, PrivateChannelDataRv: true}, &builtin.DefaultValidation{}, mspmgr)
defer ledgermgmt.CleanupTestEnv()
defer l.Close()
Expand Down

0 comments on commit fdc4889

Please sign in to comment.