Skip to content

Commit 8593176

Browse files
committed
Fix test
1 parent c10fb19 commit 8593176

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/Test/Integration/TestAsyncConsumer.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,11 @@ public async Task TestDeclarationOfManyAutoDeleteQueuesWithTransientConsumer()
608608
[Fact]
609609
public async Task TestCreateChannelWithinAsyncConsumerCallback_GH650()
610610
{
611+
// TODO
612+
// Hack for rabbitmq/rabbitmq-dotnet-client#1682
613+
AutorecoveringChannel ach = (AutorecoveringChannel)_channel;
614+
await ach.ConfirmSelectAsync(trackConfirmations: true);
615+
611616
await ValidateConsumerDispatchConcurrency();
612617

613618
string exchangeName = GenerateExchangeName();

0 commit comments

Comments
 (0)