From 0448eae62cdabff286f75d7643b37b4b5461eab1 Mon Sep 17 00:00:00 2001 From: fbouteruche Date: Fri, 15 Mar 2024 00:51:06 +0100 Subject: [PATCH] Disable InvokeCommandV14WithResponseStreamAsync_ValidConfig_ShouldNotBeNullOrEmpty test --- src/Rockhead.Extensions.Tests/Cohere/CommandTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)