Skip to content

Commit

Permalink
test: Run only reuse test
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Sep 20, 2024
1 parent b4875e1 commit ca1a588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Task("Tests")
NoRestore = true,
NoBuild = true,
Collectors = new[] { "XPlat Code Coverage;Format=opencover" },
Filter = param.TestFilter,
Filter = "FullyQualifiedName~Testcontainers.Tests.ReusableResourceTest.ShouldReuseExistingResource", // param.TestFilter,
ResultsDirectory = param.Paths.Directories.TestResultsDirectoryPath,
ArgumentCustomization = args => args
});
Expand Down

0 comments on commit ca1a588

Please sign in to comment.