Skip to content

Commit

Permalink
Lucene.Net.Util.LuceneTestCase: Removed setting SuiteFailureMarker to…
Browse files Browse the repository at this point in the history
… false, which will cause all additional tests keep temporary files on disk
  • Loading branch information
NightOwl888 committed Jan 8, 2025
1 parent 5ca12ae commit 50d5b45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -937,10 +937,6 @@ public virtual void TearDown()

if (result.ResultState == ResultState.Failure || result.ResultState == ResultState.Error)
{
// LUCENENET specific - Track that at least one test in the suite failed.
// LUCENENET TODO: finish implementation of RuleChains so this is not needed (#1088)
SuiteFailureMarker = false;

string message =
$$"""
{{result.Message}}
Expand Down

0 comments on commit 50d5b45

Please sign in to comment.