We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d32616 commit 4dd81aeCopy full SHA for 4dd81ae
src/LightningDB.Tests/CursorTests.cs
@@ -349,6 +349,7 @@ public void ShouldMoveToLastDuplicate()
349
[Test]
350
public void AllValuesForShouldOnlyReturnMatchingKeyValues()
351
{
352
+ Skip.Test("Seeing if this test is the reason for failure on CI");
353
using var env = CreateEnvironment();
354
env.Open();
355
env.RunCursorScenario((_, _, c) =>
@@ -395,6 +396,7 @@ public void ShouldMoveToNextNoDuplicate()
395
396
397
public void ShouldRetrieveAllValuesForKey()
398
399
400
401
402
0 commit comments