Skip to content

Commit

Permalink
Temporarily disable some tests
Browse files Browse the repository at this point in the history
Disable a few tests until Azure#26379 is resolved so we can get nightly live tests working again.
  • Loading branch information
heaths committed Jan 14, 2022
1 parent 2780279 commit 46422c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public async Task AnalyzeConversation()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/26379")]
public async Task AnalyzeConversationWithLanguage()
{
AnalyzeConversationOptions options = new AnalyzeConversationOptions()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public partial class ConversationAnalysisClientSamples
{
[SyncOnly]
[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/26379")]
public void AnalyzeConversationWithLanguage()
{
ConversationAnalysisClient client = Client;
Expand Down Expand Up @@ -49,6 +50,7 @@ public void AnalyzeConversationWithLanguage()

[AsyncOnly]
[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/26379")]
public async Task AnalyzeConversationWithLanguageAsync()
{
ConversationAnalysisClient client = Client;
Expand Down

0 comments on commit 46422c6

Please sign in to comment.