mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 15:04:19 +01:00
Remove ndax from test suite (crashing exchange)
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user