NightOwl888 commented on code in PR #1084:
URL: https://github.com/apache/lucenenet/pull/1084#discussion_r1907859435
##########
src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs:
##########
@@ -938,6 +937,10 @@ 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;
Review Comment:
I reverted the change to set `SuiteFailureMarker` to `false` and will do the
implementation of `SuiteFailureMarker` in a separate PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]