11 instantiations of SkipTestException
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
QualityEvaluatorTests.cs (1)
206throw new SkipTestException("Test is not configured");
SafetyEvaluatorTests.cs (1)
432throw 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 (4)
ChatClientIntegrationTests.cs (2)
398throw new SkipTestException("Parallel function calling is not supported by this chat client"); 964throw new SkipTestException("Client is not enabled.");
EmbeddingGeneratorIntegrationTests.cs (1)
214throw new SkipTestException("Generator is not enabled.");
SpeechToTextClientIntegrationTests.cs (1)
80throw new SkipTestException("Client 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.");
1 reference to SkipTestException
Microsoft.TestUtilities (1)
XUnit\SkippedTestMessageBus.cs (1)
34if (exceptionType == typeof(SkipTestException).FullName)