From 40751c9d2b6c233cb40de5d4fdc9ad0af59a14ee Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Berthier Date: Tue, 1 Oct 2024 23:13:04 +0200 Subject: [PATCH] Remove ignore --- PhotoManager/PhotoManager.Tests/TotoTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PhotoManager/PhotoManager.Tests/TotoTests.cs b/PhotoManager/PhotoManager.Tests/TotoTests.cs index 297f607d..2e216d58 100644 --- a/PhotoManager/PhotoManager.Tests/TotoTests.cs +++ b/PhotoManager/PhotoManager.Tests/TotoTests.cs @@ -104,7 +104,6 @@ private void ConfigureApplicationViewModel(int catalogBatchSize, string assetsDi } [Test] - [Ignore("Issue in the CI, need to be fixed")] // TODO: Fix tests about OneCorruptedImageIsUpdated (failing in the CI only) [TestCase(false)] [TestCase(true)] public async Task CatalogAssets_AssetsAndRootCatalogFolderExistsAndOneCorruptedImageIsUpdated_SyncTheAssetsAndRemovesTheCorruptedImage(bool analyseVideos)