6 instantiations of SkipTestException
Microsoft.Extensions.AI.Integration.Tests (3)
ChatClientIntegrationTests.cs (2)
244throw new SkipTestException("Parallel function calling is not supported by this chat client"); 819throw 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)