You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/spring/spring-scheduling-3.1/src/latestDepTest/groovy/SpringSchedulingTest.groovy
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,6 @@ class SpringSchedulingTest extends InstrumentationSpecification {
33
33
// Close the context immediately after the first execution to prevent a second cron
34
34
// firing before assertions complete, which would produce extra traces and cause flakiness.
35
35
context.close()
36
-
// Deterministic reproduction: sleep longer than the cron interval (5 s) to prove
37
-
// that closing the context stopped the scheduler and no extra traces appear.
0 commit comments