Skip to content

Commit

Permalink
test explicit for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeme committed Nov 8, 2023
1 parent a3b5e4c commit 4ddee35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public async Task SayHello_ReturnsHell2o()

Assert.That(search.Count(), Is.EqualTo(6));
}
[Test]
[Test, Explicit]
public async Task SayHello_ReturnsHell2()
{
IJsonIndex index = new JsonIndexBuilder("myIndex")
Expand Down

0 comments on commit 4ddee35

Please sign in to comment.