Skip to content

Commit d133279

Browse files
author
Simon MacMullen
committed
Merge bug24086
2 parents e41113d + 080bbde commit d133279

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/src/com/rabbitmq/client/test/functional/UnexpectedFrames.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,6 @@ private void expectUnexpectedFrameError(Confuser confuser)
145145
//NB: the frame confuser relies on the encoding of the
146146
//method field to be at least 8 bytes long
147147
channel.basicPublish("", "routing key", null, "Hello".getBytes());
148-
// TODO remove when bug 24086 is fixed.
149-
try {
150-
Thread.sleep(100);
151-
} catch (InterruptedException e) {
152-
e.printStackTrace();
153-
}
154148
expectError(AMQP.UNEXPECTED_FRAME);
155149
}
156150

0 commit comments

Comments
 (0)