mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Disable broken BNET test
This commit is contained in:
parent
548a0553d2
commit
8a452fd172
@ -485,6 +485,7 @@ namespace Wabbajack.Test
|
||||
Consts.TestMode = true;
|
||||
}
|
||||
|
||||
/* Disabled, will be removed in the future
|
||||
[Fact]
|
||||
public async Task BethesdaNetDownload()
|
||||
{
|
||||
@ -510,7 +511,7 @@ namespace Wabbajack.Test
|
||||
using var archive = new ZipArchive(fs);
|
||||
var entries = archive.Entries.Select(e => e.FullName).ToList();
|
||||
Assert.Equal(entries, new List<string> {@"Data\TestCK.esp", @"Data\TestCK.ini"});
|
||||
}
|
||||
}*/
|
||||
|
||||
/*
|
||||
[Fact]
|
||||
|
Loading…
Reference in New Issue
Block a user