Skip to content

Commit

Permalink
Disabled payload corruption test
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Sep 12, 2016
1 parent 020a073 commit 0c4116a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,8 @@ public void testBrokerTopicStats() throws Exception {
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";

Expand Down

0 comments on commit 0c4116a

Please sign in to comment.