diff --git a/Source/Reloaded.Memory.Buffers.Tests/MemoryBufferTests.cs b/Source/Reloaded.Memory.Buffers.Tests/MemoryBufferTests.cs index b9aeb9e..d39a370 100644 --- a/Source/Reloaded.Memory.Buffers.Tests/MemoryBufferTests.cs +++ b/Source/Reloaded.Memory.Buffers.Tests/MemoryBufferTests.cs @@ -81,7 +81,7 @@ public void Dispose() /// Attempts to create a set of s at the beginning and end of the /// address space, and then find the given buffers. /// - [Fact] + [Fact(Skip = "This test needs to be ran manually with a patched test runner.")] public unsafe void GetBuffersInRangeInternal_LargeAddressAware() { AssertLargeAddressAware(); @@ -92,7 +92,7 @@ public unsafe void GetBuffersInRangeInternal_LargeAddressAware() /// Attempts to create a set of s at the beginning and end of the /// address space, and then find the given buffers. /// - [Fact] + [Fact(Skip = "This test needs to be ran manually with a patched test runner.")] public unsafe void GetBuffersInRangeExternal_LargeAddressAware() { AssertLargeAddressAware();