diff --git a/src/Rockhead.Extensions.Tests/Cohere/CommandTest.cs b/src/Rockhead.Extensions.Tests/Cohere/CommandTest.cs index 6bcbee9..df69527 100644 --- a/src/Rockhead.Extensions.Tests/Cohere/CommandTest.cs +++ b/src/Rockhead.Extensions.Tests/Cohere/CommandTest.cs @@ -101,7 +101,7 @@ public async Task InvokeCommandV14WithResponseStreamAsync_ShouldNotBeNullOrEmpty } } - [Theory()] + [Theory(Skip = "Need to stabilize the extension method and the test")] [Trait("Category", "Integration")] [MemberData(nameof(Models))] public async Task InvokeCommandV14WithResponseStreamAsync_ValidConfig_ShouldNotBeNullOrEmpty(Model.CommandText model)