Skip to content

Commit 4dd81ae

Browse files
committed
Skipping for CI troubleshooting
1 parent 4d32616 commit 4dd81ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LightningDB.Tests/CursorTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ public void ShouldMoveToLastDuplicate()
349349
[Test]
350350
public void AllValuesForShouldOnlyReturnMatchingKeyValues()
351351
{
352+
Skip.Test("Seeing if this test is the reason for failure on CI");
352353
using var env = CreateEnvironment();
353354
env.Open();
354355
env.RunCursorScenario((_, _, c) =>
@@ -395,6 +396,7 @@ public void ShouldMoveToNextNoDuplicate()
395396
[Test]
396397
public void ShouldRetrieveAllValuesForKey()
397398
{
399+
Skip.Test("Seeing if this test is the reason for failure on CI");
398400
using var env = CreateEnvironment();
399401
env.Open();
400402
env.RunCursorScenario((_, _, c) =>

0 commit comments

Comments
 (0)