Skip to content

Commit 208e000

Browse files
.Net: Disable AzureAIAgentWithTextSearchProviderTests integration tests (#12755)
1 parent 79d3dde commit 208e000

File tree

4 files changed

+27
-19
lines changed

4 files changed

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

3-
namespace SemanticKernel.IntegrationTests.Agents.CommonInterfaceConformance.AgentWithStatePartConformance;
3+
// !!! The test suite is currently disabled due to the Azure AI service being unavailable. !!!
44

5-
public class AzureAIAgentWithAIContextProviderTests() : AgentWithAIContextProviderTests<AzureAIAgentFixture>(() => new AzureAIAgentFixture())
6-
{
7-
}
5+
//namespace SemanticKernel.IntegrationTests.Agents.CommonInterfaceConformance.AgentWithStatePartConformance;
6+
7+
//public class AzureAIAgentWithAIContextProviderTests() : AgentWithAIContextProviderTests<AzureAIAgentFixture>(() => new AzureAIAgentFixture())
8+
//{
9+
//}
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+
//}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// Copyright (c) Microsoft. All rights reserved.
22

3-
namespace SemanticKernel.IntegrationTests.Agents.CommonInterfaceConformance.InvokeConformance;
3+
// !!! The test suite is currently disabled due to the Azure AI service being unavailable. !!!
44

5-
public class AzureAIAgentInvokeTests() : InvokeTests(() => new AzureAIAgentFixture())
6-
{
7-
}
5+
//namespace SemanticKernel.IntegrationTests.Agents.CommonInterfaceConformance.InvokeConformance;
6+
7+
//public class AzureAIAgentInvokeTests() : InvokeTests(() => new AzureAIAgentFixture())
8+
//{
9+
//}
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// Copyright (c) Microsoft. All rights reserved.
22

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

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

7-
[Collection("Sequential")]
8-
public class AzureAIAgentInvokeStreamingTests() : InvokeStreamingTests(() => new AzureAIAgentFixture())
9-
{
10-
}
7+
//namespace SemanticKernel.IntegrationTests.Agents.CommonInterfaceConformance.InvokeStreamingConformance;
8+
9+
//[Collection("Sequential")]
10+
//public class AzureAIAgentInvokeStreamingTests() : InvokeStreamingTests(() => new AzureAIAgentFixture())
11+
//{
12+
//}

0 commit comments

Comments
 (0)