Skip to content

Commit

Permalink
Skip slow tests for unique NUID generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Nov 21, 2024
1 parent 6a47672 commit c335751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/NATS.Client.CoreUnit.Tests/NuidTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public void AllNuidsAreUnique()
}
}

[Fact]
[Fact(Skip = "slow")]
public void AllNuidsAreUnique_SmallSequentials()
{
var writeFailed = false;
Expand Down Expand Up @@ -285,7 +285,7 @@ public void AllNuidsAreUnique_SmallSequentials()
Assert.Equal(string.Empty, duplicateFailure);
}

[Fact]
[Fact(Skip = "slow")]
public void AllNuidsAreUnique_ZeroSequential()
{
var writeFailed = false;
Expand Down

0 comments on commit c335751

Please sign in to comment.