Skip to content

Commit

Permalink
Ignore test due to upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Saalvage committed Nov 27, 2024
1 parent fb6f905 commit 9d47a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssimpNet.Test/AssimpContextTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public void TestConvertFromStream()
Assert.That(success, Is.True);
}

[Test, Repeat(100)]
[Test, Repeat(100), Ignore("Upstream issue: https://github.com/assimp/assimp/issues/5896")]
public void TestMultipleImportersMultipleThreads()
{
LogStream.IsVerboseLoggingEnabled = true;
Expand Down

0 comments on commit 9d47a4b

Please sign in to comment.