Skip to content

Commit

Permalink
Ignore long sync LRO test
Browse files Browse the repository at this point in the history
Caused by Azure#29140 (seemingly)
  • Loading branch information
heaths committed Jun 7, 2022
1 parent 6eb7314 commit 80c1f2b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
using System.Linq;
using System.Threading.Tasks;
using Azure.Core.TestFramework;
using NUnit.Framework;

namespace Azure.AI.Language.Conversations.Tests.Samples
{
public partial class ConversationAnalysisClientSamples
{
[SyncOnly]
[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/29140")]
public void StartAnalyzeConversation_ConversationSummarization()
{
ConversationAnalysisClient client = Client;
Expand Down

0 comments on commit 80c1f2b

Please sign in to comment.