Disable tesall tests

This commit is contained in:
Timothy Baldridge 2021-07-11 17:54:49 -06:00
parent 7fe0f5145f
commit ca5309a38f

View File

@ -486,6 +486,7 @@ namespace Wabbajack.Test
Assert.Equal("Cheese for Everyone!", await filename.Path.ReadAllTextAsync());
}
/* Site is broken again
[Fact]
public async Task TESAllDownloader()
{
@ -508,7 +509,7 @@ namespace Wabbajack.Test
Assert.Equal(Hash.FromBase64("eSIyd+KOG3s="), await filename.Path.FileHashAsync());
Assert.Equal("Cheese for Everyone!", await filename.Path.ReadAllTextAsync());
}
}*/
/* WAITING FOR APPROVAL BY MODERATOR
[Fact]