diff --git a/dotnet/test/DotNetCoreUnitTest/Excel/ExcelPoiTest.cs b/dotnet/test/DotNetCoreUnitTest/Excel/ExcelPoiTest.cs index 6dd21c760..3328ec66a 100644 --- a/dotnet/test/DotNetCoreUnitTest/Excel/ExcelPoiTest.cs +++ b/dotnet/test/DotNetCoreUnitTest/Excel/ExcelPoiTest.cs @@ -259,7 +259,7 @@ public void TestDeleteSheet() } - [Fact] + [WindowsOnlyFact] public void TestSetCellValues() { @@ -281,7 +281,7 @@ public void TestSetCellValues() excel.Save(); } - [Fact] + [WindowsOnlyFact] public void TestFormulas() { @@ -450,7 +450,7 @@ public void TestGetWorksheets() excel.Close(); } - [Fact] + [WindowsOnlyFact] public void TestHiddenCells() { @@ -475,8 +475,7 @@ public void TestHiddenCells() excel.Close(); } - [Fact] - + [WindowsOnlyFact] public void TestProtectSheet() { ExcelSpreadsheetGXWrapper excel = Create("testProtectSheet"); @@ -1080,7 +1079,7 @@ public void TestSaveAs() } - [Fact] + [WindowsOnlyFact] public void TestAutoFit() { ExcelSpreadsheetGXWrapper excel = Create("testAutoFit"); @@ -1097,7 +1096,7 @@ public void TestAutoFit() excel.Save(); excel.Close(); } - [Fact] + [WindowsOnlyFact] public void TestDateFormat() { ExcelSpreadsheetGXWrapper excel = Create("testDateFormat");