diff --git a/BTCPayServer.Tests/UnitTest1.cs b/BTCPayServer.Tests/UnitTest1.cs index 146dc20f8..0d499bceb 100644 --- a/BTCPayServer.Tests/UnitTest1.cs +++ b/BTCPayServer.Tests/UnitTest1.cs @@ -2138,8 +2138,9 @@ donation: } } - [Fact] - [Trait("Integration", "Integration")] + //[Fact] + //[Trait("Integration", "Integration")] + // 29 january, the exchange is down public void CheckQuadrigacxRateProvider() { var quadri = new QuadrigacxRateProvider(); @@ -2164,6 +2165,9 @@ donation: .Select(p => (ExpectedName: p.Key, ResultAsync: p.Value.GetRatesAsync(), Fetcher: (BackgroundFetcherRateProvider)p.Value)) .ToList()) { + Logs.Tester.LogInformation($"Testing {result.ExpectedName}"); + if (result.ExpectedName == "quadrigacx") + continue; // 29 january, the exchange is down result.Fetcher.InvalidateCache(); var exchangeRates = result.ResultAsync.Result; result.Fetcher.InvalidateCache();