Skip to content

Commit

Permalink
Marked: Skippable Fact(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 18, 2022
1 parent 5399fee commit 6e891b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Reloaded.Memory.Buffers.Tests/MemoryBufferTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void Dispose()
/// Attempts to create a set of <see cref="MemoryBuffer"/>s at the beginning and end of the
/// address space, and then find the given buffers.
/// </summary>
[Fact]
[Fact(Skip = "This test needs to be ran manually with a patched test runner.")]
public unsafe void GetBuffersInRangeInternal_LargeAddressAware()
{
AssertLargeAddressAware();
Expand All @@ -92,7 +92,7 @@ public unsafe void GetBuffersInRangeInternal_LargeAddressAware()
/// Attempts to create a set of <see cref="MemoryBuffer"/>s at the beginning and end of the
/// address space, and then find the given buffers.
/// </summary>
[Fact]
[Fact(Skip = "This test needs to be ran manually with a patched test runner.")]
public unsafe void GetBuffersInRangeExternal_LargeAddressAware()
{
AssertLargeAddressAware();
Expand Down

0 comments on commit 6e891b9

Please sign in to comment.