Skip to content

Commit 930166d

Browse files
committed
ditch confirm/tx test since the two are mutually exclusive again
1 parent 8cbd636 commit 930166d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,6 @@ public void testSelect()
206206
}
207207
}
208208

209-
public void testTx()
210-
throws IOException, InterruptedException
211-
{
212-
channel.txSelect();
213-
publishN("", "confirm-test", false, false, false);
214-
channel.txCommit();
215-
waitAcks();
216-
publishN("", "confirm-test", false, false, false);
217-
channel.txRollback();
218-
waitAcks();
219-
}
220-
221209
/* Publish NUM_MESSAGES messages and wait for confirmations. */
222210
public void confirmTest(String exchange, String queueName,
223211
boolean persistent, boolean mandatory,

0 commit comments

Comments
 (0)