From 07e0f92a7443512d7a123eae740165f2d0e0d8d9 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Wed, 3 Feb 2021 21:48:17 -0700 Subject: [PATCH] Fix broken test --- Wabbajack.Test/DownloaderTests.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Wabbajack.Test/DownloaderTests.cs b/Wabbajack.Test/DownloaderTests.cs index 029f7909..c1a291da 100644 --- a/Wabbajack.Test/DownloaderTests.cs +++ b/Wabbajack.Test/DownloaderTests.cs @@ -298,6 +298,9 @@ namespace Wabbajack.Test public async Task CanCancelLLValidation() { await using var filename = new TempFile(); + if (!DownloadDispatcher.GetInstance().IsCloudFlareProtected) + return; + await DownloadDispatcher.GetInstance().Prepare(); var state = new LoversLabDownloader.State