How to prevent test enumeration for a given test #2203
Unanswered
GGG-KILLER
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
It's not really supported as TUnit builds all tests up front. I'd have to build some new functionality for this I think. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my project, I have a test that generates a enormous amount of test cases (around 2106770 test cases generated as
MethodSourceData).I'd like to prevent these test cases from being enumerated in Jetbrains Rider and Visual Studio's test windows to prevent them from crashing or consuming an unnecessarily large amount of memory.
How could I go about doing this?
Beta Was this translation helpful? Give feedback.
All reactions