mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +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}");
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user