mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Disabled the wrong test
This commit is contained in:
parent
e4439f9e60
commit
2cec8f8ee0
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user