Remove ndax from test suite (crashing exchange)

This commit is contained in:
nicolas.dorier 2020-03-17 13:19:55 +09:00
parent 348934488d
commit c85fb3e89f
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -2768,6 +2768,11 @@ noninventoryitem:
{
Logs.Tester.LogInformation($"Testing {result.ExpectedName}");
if (result.ExpectedName == "ndax")
{
Logs.Tester.LogInformation($"Skipping (currently crashing)");
continue;
}
result.Fetcher.InvalidateCache();
var exchangeRates = new ExchangeRates(result.ExpectedName, result.ResultAsync.Result);
result.Fetcher.InvalidateCache();