Disable broken BNET test

This commit is contained in:
Timothy Baldridge 2020-09-08 17:25:17 -06:00
parent 548a0553d2
commit 8a452fd172

View File

@ -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]