We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903f8d1 commit f8bfbd5Copy full SHA for f8bfbd5
core/identify_param/runner.py
@@ -61,7 +61,7 @@ def traceInTestCode(self, trace):
61
return False
62
63
def skipTrace(self, trace):
64
- if trace == "java.lang.Thread":
+ if "java.lang.Thread" in trace:
65
return True
66
if "sun.reflect" in trace:
67
0 commit comments