Skip to content

Commit

Permalink
Ignore import/export throttling (#32856)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Dec 2, 2022
1 parent cd093d8 commit 1cd4efd
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 1cd4efd

Please sign in to comment.