diff --git a/modules/light-clients/07-celestia/client_state_test.go b/modules/light-clients/07-celestia/client_state_test.go index ca02b591553..22d47ef706d 100644 --- a/modules/light-clients/07-celestia/client_state_test.go +++ b/modules/light-clients/07-celestia/client_state_test.go @@ -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 {