Skip to content

Commit

Permalink
Ignore import/export throttling (Azure#32856)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored and sofiar-msft committed Dec 7, 2022
1 parent 9677e35 commit 2bbd802
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

namespace Azure.AI.Language.Conversations.Tests.Samples
{
[IgnoreServiceError(429, "429", Reason = "Exceeded rate limit of S pricing tier given number of tests run")]
public partial class ConversationAnalysisClientSamples
{
private readonly List<string> _projects = new();
Expand Down

0 comments on commit 2bbd802

Please sign in to comment.