Skip to content

Commit

Permalink
Exclude cmix for windows test because it's soooooo memory hungry
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Feb 18, 2024
1 parent 9417307 commit b45f2e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DeveMultiCompressor.Tests/FullFlowTests.cs
Expand Up @@ -393,7 +393,8 @@ public void AllCompressorsTest()
var commandLineOptions = new CommandLineOptions()
{
InputFile = inputFile,
Verify = true
Verify = true,
ExcludedCompressors = ["cmix"]
};

runner.GoCompress(commandLineOptions);
Expand Down

0 comments on commit b45f2e8

Please sign in to comment.