Skip to content

Commit

Permalink
Disable Thread Safety Test for .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kayoub5 committed Jan 4, 2024
1 parent f7022f0 commit 936d417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Test/ThreadSafeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ public class ThreadSafeTests
{

[Test]
// Thread Safety is crashing in .NET 8 so skip it for now.
#if NET
[Explicit]
#endif
public void TestThreadSafety()
{
var pcapDevice = TestHelper.GetPcapDevice();
Expand Down

0 comments on commit 936d417

Please sign in to comment.