Skip to content

Commit 911d86f

Browse files
committed
Update ExportWithJPG_Test
1 parent 8e8fe58 commit 911d86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magicodes.ExporterAndImporter.Tests/ExcelExporter_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ public async Task AttrExportWithColFontColorData_Test()
10211021
}
10221022
}
10231023

1024-
[Fact(DisplayName = "Linux环境时导出JPG图片到Excel的测试", Timeout = 10000, Skip = "Skip")]
1024+
[Fact(DisplayName = "Linux环境时导出JPG图片到Excel的测试", Timeout = 10000)]
10251025
public async Task ExportWithJPG_Test()
10261026
{
10271027
var imagePath = Path.Combine(Directory.GetCurrentDirectory(), "TestFiles", "Images", "zero-DPI.Jpeg");

0 commit comments

Comments
 (0)