Disabled LLava tests, they're too slow and are crashing CI (#625)

This commit is contained in:
Martin Evans 2024-03-25 22:10:41 +00:00 committed by GitHub
parent 91d72e7465
commit a2d3a847dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -34,14 +34,14 @@ namespace LLama.Unittest
[Fact] [Fact(Skip = "Very slow in CI")]
public void EmbedImageAsFileName() public void EmbedImageAsFileName()
{ {
int n_past = 0; int n_past = 0;
Assert.True( _lLavaWeights.EmbedImage( _context, Constants.LLavaImage, ref n_past ) ); Assert.True( _lLavaWeights.EmbedImage( _context, Constants.LLavaImage, ref n_past ) );
} }
[Fact] [Fact(Skip = "Very slow in CI")]
public void EmbedImageAsBinary() public void EmbedImageAsBinary()
{ {
int n_past = 0; int n_past = 0;