NightOwl888 opened a new issue, #898: URL: https://github.com/apache/lucenenet/issues/898
### Is there an existing issue for this? - [X] I have searched the existing issues ### Task description This attribute exists in `LuceneTestCase`, but does not currently function. The task involves researching what the original attribute did in Lucene and finding a way to make it function. Note that most of the other attributes we have ported are called automatically by NUnit because we implement [`IApplyToTest`](https://docs.nunit.org/articles/nunit/extending-nunit/IApplyToTest-Interface.html), [`IApplyToContext`](https://docs.nunit.org/articles/nunit/extending-nunit/IApplyToContext-Interface.html) and [`IWrapTestMethod`](https://docs.nunit.org/api/NUnit.Framework.Interfaces.IWrapTestMethod.html?q=IWrapTestMethod), as appropriate. We also keep these tests nested within `LuceneTestCase` because these attributes don't function outside the context of `LuceneTestCase` anyway. -- 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: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org