14 instantiations of SkipTestException
Microsoft.Extensions.AI.Evaluation.Integration.Tests (4)
AgentQualityEvaluatorTests.cs (1)
273throw new SkipTestException("Test is not configured");
NLPEvaluatorTests.cs (1)
157throw new SkipTestException("Test is not configured");
QualityEvaluatorTests.cs (1)
288throw new SkipTestException("Test is not configured");
SafetyEvaluatorTests.cs (1)
627throw 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)
31throw new SkipTestException("Test not configured");
ResultStoreTester.cs (1)
64throw new SkipTestException("Test not configured");
Microsoft.Extensions.AI.Integration.Tests (5)
ChatClientIntegrationTests.cs (2)
567throw new SkipTestException("Parallel function calling is not supported by this chat client"); 1405throw new SkipTestException("Client is not enabled.");
EmbeddingGeneratorIntegrationTests.cs (1)
224throw new SkipTestException("Generator is not enabled.");
ImageGeneratorIntegrationTests.cs (1)
122throw new SkipTestException("Generator is not enabled.");
SpeechToTextClientIntegrationTests.cs (1)
80throw new SkipTestException("Client is not enabled.");
Microsoft.Extensions.AI.OllamaSharp.Integration.Tests (2)
OllamaSharpChatClientIntegrationTests.cs (2)
23throw new SkipTestException("Ollama does not currently support requiring function invocation."); 26throw 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)