Skipped slow test again

This commit is contained in:
Martin Evans 2023-10-28 23:19:07 +01:00
parent 51c292ebd8
commit 09bc688b3c
1 changed files with 1 additions and 2 deletions

View File

@ -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);