Disabled the wrong test

This commit is contained in:
Timothy Baldridge 2020-10-05 20:52:33 -06:00
parent e4439f9e60
commit 2cec8f8ee0

View File

@ -68,7 +68,6 @@ namespace Wabbajack.VirtualFileSystem.Test
}
}
/* Takes to long to run in CI, enable when needed for verification
[Fact]
public async Task SmallFilesShouldntCrash()
{
@ -95,7 +94,8 @@ namespace Wabbajack.VirtualFileSystem.Test
Assert.Equal(await temp.Dir.Combine(path).FileHashAsync(), hash);
}
}
*/
/* Takes to long to run in CI, enable when needed for verification
[Fact]
public async Task MissingFileFromArchiveShouldBeFound()
@ -115,7 +115,7 @@ namespace Wabbajack.VirtualFileSystem.Test
Assert.NotEmpty(results);
}
*/
[Fact]
public async Task CanExtractEmptyFiles()