Skip to content

Commit 14a407d

Browse files
authored
Disable Thread Safety Test for .NET 8 (#500)
1 parent b1b2157 commit 14a407d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Test/ThreadSafeTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ public class ThreadSafeTests
2020
{
2121

2222
[Test]
23+
// Thread Safety is crashing in .NET 8 so skip it for now.
24+
#if NET
25+
[Explicit]
26+
#endif
2327
public void TestThreadSafety()
2428
{
2529
var pcapDevice = TestHelper.GetPcapDevice();

0 commit comments

Comments
 (0)