Skip to content

Commit 2de9371

Browse files
.Net: Disable AzureAIAgentWithTextSearchProviderTests integration tests (#12755)
1 parent 490ea11 commit 2de9371

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// Copyright (c) Microsoft. All rights reserved.
22

3-
using Xunit.Abstractions;
3+
// !!! The test suite is currently disabled due to the Azure AI service being unavailable. !!!
44

5-
namespace SemanticKernel.IntegrationTests.Agents.CommonInterfaceConformance.AgentWithTextSearchBehaviorConformance;
5+
//using Xunit.Abstractions;
66

7-
public class AzureAIAgentWithTextSearchProviderTests(ITestOutputHelper output) : AgentWithTextSearchProvider<AzureAIAgentFixture>(() => new AzureAIAgentFixture(), output)
8-
{
9-
}
7+
//namespace SemanticKernel.IntegrationTests.Agents.CommonInterfaceConformance.AgentWithTextSearchBehaviorConformance;
8+
9+
//public class AzureAIAgentWithTextSearchProviderTests(ITestOutputHelper output) : AgentWithTextSearchProvider<AzureAIAgentFixture>(() => new AzureAIAgentFixture(), output)
10+
//{
11+
//}

0 commit comments

Comments
 (0)