From 09bc688b3ca58f98f781e006035325f8032212ad Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sat, 28 Oct 2023 23:19:07 +0100 Subject: [PATCH] Skipped slow test again --- LLama.Unittest/StatelessExecutorTest.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LLama.Unittest/StatelessExecutorTest.cs b/LLama.Unittest/StatelessExecutorTest.cs index da561c1f..195cc4a2 100644 --- a/LLama.Unittest/StatelessExecutorTest.cs +++ b/LLama.Unittest/StatelessExecutorTest.cs @@ -51,8 +51,7 @@ namespace LLama.Unittest Assert.Equal(result1, result2); } - //[Fact(Skip = "Very very slow in CI")] - [Fact] + [Fact(Skip = "Very very slow in CI")] public async Task OutOfContext() { var executor = new StatelessExecutor(_weights, _params);