We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 903f8d1 + f8bfbd5 commit a435231Copy full SHA for a435231
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