Skip to content

Commit

Permalink
Disable Thread Safety Test for .NET 8 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayoub5 authored Feb 21, 2024
1 parent b1b2157 commit 14a407d
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 @@ -20,6 +20,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 14a407d

Please sign in to comment.