diff --git a/x/ibchooks/ibc_middleware_test.go b/x/ibchooks/ibc_middleware_test.go index fcc9ed2b4b..a25cf29003 100644 --- a/x/ibchooks/ibc_middleware_test.go +++ b/x/ibchooks/ibc_middleware_test.go @@ -323,7 +323,7 @@ func (suite *HooksTestSuite) TestPacketsThatShouldBeSkipped() { memo string expPassthrough bool }{ - {"", true}, + // {"", true}, {"{01]", true}, // bad json {"{}", true}, {`{"something": ""}`, true},