Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9df77b0

Browse files
committed
Disable MMF IPC test
It's causing some CI runs to fail. Disabling until I have time to investigate why.
1 parent 196c836 commit 9df77b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Scenarios/tests/InterProcessCommunication/MemoryMappedFilesTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ namespace InterProcessCommunication.Tests
99
{
1010
public class MemoryMappedFilesTests : IpcTestBase
1111
{
12+
[ActiveIssue(2498, PlatformID.AnyUnix)]
1213
[Fact]
1314
public void DataShared()
1415
{

0 commit comments

Comments
 (0)