Skip to content

Commit

Permalink
Ignore server busy test (#25999)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft authored Dec 17, 2021
1 parent 5bc3c50 commit 5dcc7ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ public async Task CompleteMessages()
}

[Test]
[Ignore("Waiting for service fix for https://github.com/Azure/azure-sdk-for-net/issues/25275")]
public async Task ServerBusyRespected()
{
await using (var scope = await ServiceBusScope.CreateWithQueue(enablePartitioning: false, enableSession: false))
Expand Down

0 comments on commit 5dcc7ec

Please sign in to comment.