Skip to content

Commit

Permalink
chore: comment out todo test case to remove failing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Apr 24, 2024
1 parent 501d6f1 commit 63d259f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/light-clients/07-celestia/client_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ func (suite *CelestiaTestSuite) TestVerifyMembership() {
},
nil,
},
{
"failure: with proofs from celestia-node blob.GetProof api",
func() {
// TODO: query blob.Proof from celestia-node API and plug in here
},
nil,
},
// TODO: query blob.Proof from celestia-node API and plug in here
// {
// "failure: with proofs from celestia-node blob.GetProof api",
// func() {
// },
// nil,
// },
}

for _, tc := range testCases {
Expand Down

0 comments on commit 63d259f

Please sign in to comment.