提交 0c4116a4 编写于 作者: M Matteo Merli

Disabled payload corruption test

上级 020a073d
......@@ -1024,7 +1024,8 @@ public class PersistentTopicE2ETest extends BrokerTestBase {
assertTrue(msgInRate > 0);
}
@Test
// TODO: Re-enable once header+payload checksum changes are merged
@Test(enabled = false)
public void testPayloadCorruptionDetection() throws Exception {
final String topicName = "persistent://prop/use/ns-abc/topic1";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册