[skip ci] Fixed: Fix xUnit missing annotation warnings (#2324)

This commit is contained in:
Alex Tan 2023-10-18 22:02:46 +11:00 committed by GitHub
parent e1c9db05a8
commit 961520a612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -156,7 +156,7 @@ public class ArchiveServiceTests
}
//[Theory]
[Theory(Skip = "No specific reason")]
//[InlineData("v10.cbz", "v10.expected.png")] // Commented out as these break usually when NetVips is updated
//[InlineData("v10 - with folder.cbz", "v10 - with folder.expected.png")]
//[InlineData("v10 - nested folder.cbz", "v10 - nested folder.expected.png")]
@ -189,7 +189,7 @@ public class ArchiveServiceTests
}
//[Theory]
[Theory(Skip = "No specific reason")]
//[InlineData("v10.cbz", "v10.expected.png")] // Commented out as these break usually when NetVips is updated
//[InlineData("v10 - with folder.cbz", "v10 - with folder.expected.png")]
//[InlineData("v10 - nested folder.cbz", "v10 - nested folder.expected.png")]
@ -375,7 +375,7 @@ public class ArchiveServiceTests
#region CreateZipForDownload
//[Fact]
[Fact(Skip = "No specific reason")]
public void CreateZipForDownloadTest()
{
var fileSystem = new MockFileSystem();