Skip to content

Commit

Permalink
disable unit tests for Bug53798
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyqus committed Nov 8, 2024
1 parent b0fb21f commit ebb2686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testcases/ooxml/XSSF/UserModel/TestXSSFBugs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ public void Bug54034()

wb.Close();
}

[Ignore("randomly throw filenotfound exception")]
[Test]
public void TestBug53798XLSX()
{
Expand All @@ -1768,6 +1768,7 @@ public void TestBug53798XLSXStream()
wb.Close();
}

[Ignore("randomly throw filenotfound exception")]
[Test]
public void TestBug53798XLS()
{
Expand Down

0 comments on commit ebb2686

Please sign in to comment.