mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
Remove ndax from test suite (crashing exchange)
This commit is contained in:
parent
348934488d
commit
c85fb3e89f
1 changed files with 5 additions and 0 deletions
|
@ -2768,6 +2768,11 @@ noninventoryitem:
|
||||||
{
|
{
|
||||||
|
|
||||||
Logs.Tester.LogInformation($"Testing {result.ExpectedName}");
|
Logs.Tester.LogInformation($"Testing {result.ExpectedName}");
|
||||||
|
if (result.ExpectedName == "ndax")
|
||||||
|
{
|
||||||
|
Logs.Tester.LogInformation($"Skipping (currently crashing)");
|
||||||
|
continue;
|
||||||
|
}
|
||||||
result.Fetcher.InvalidateCache();
|
result.Fetcher.InvalidateCache();
|
||||||
var exchangeRates = new ExchangeRates(result.ExpectedName, result.ResultAsync.Result);
|
var exchangeRates = new ExchangeRates(result.ExpectedName, result.ResultAsync.Result);
|
||||||
result.Fetcher.InvalidateCache();
|
result.Fetcher.InvalidateCache();
|
||||||
|
|
Loading…
Add table
Reference in a new issue