12 instantiations of SkipTestException
Microsoft.Extensions.AI.Evaluation.Integration.Tests (3)
AdditionalContextTests.cs (1)
140throw new SkipTestException("Test is not configured");
EndToEndTests.cs (1)
157throw new SkipTestException("Test is not configured");
RelevanceTruthAndCompletenessEvaluatorTests.cs (1)
127throw new SkipTestException("Test is not configured");
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (3)
EmbeddingTests.cs (1)
19throw new SkipTestException("Skipping test because it is not running in CI");
ResponseCacheTester.cs (1)
30throw new SkipTestException("Test not configured");
ResultStoreTester.cs (1)
63throw new SkipTestException("Test not configured");
Microsoft.Extensions.AI.Integration.Tests (3)
ChatClientIntegrationTests.cs (2)
270throw new SkipTestException("Parallel function calling is not supported by this chat client"); 842throw new SkipTestException("Client is not enabled.");
EmbeddingGeneratorIntegrationTests.cs (1)
214throw new SkipTestException("Generator is not enabled.");
Microsoft.Extensions.AI.Ollama.Tests (2)
OllamaChatClientIntegrationTests.cs (2)
22throw new SkipTestException("Ollama does not currently support requiring function invocation."); 25throw new SkipTestException("Ollama does not currently support requiring function invocation.");
Microsoft.Extensions.AI.OpenAI.Tests (1)
OpenAIRealtimeIntegrationTests.cs (1)
99throw new SkipTestException("Client is not enabled.");
1 reference to SkipTestException
Microsoft.TestUtilities (1)
XUnit\SkippedTestMessageBus.cs (1)
34if (exceptionType == typeof(SkipTestException).FullName)