Skip to content

Commit d367ebf

Browse files
committed
Revert "Add extra logging to debug issue"
This reverts commit 6a07aa6.
1 parent 01f1714 commit d367ebf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/datadog/profiling/crashtracker_spec.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
skip_if_profiling_not_supported(self)
1010

1111
crash_tracker_pids = `pgrep -f libdatadog-crashtracking-receiver`
12-
expect(crash_tracker_pids).to be_empty,
13-
"No crash tracker process should be running, found #{crash_tracker_pids}" \
14-
", Failure details: ps aux: #{`ps aux`}"
12+
expect(crash_tracker_pids).to be_empty, "No crash tracker process should be running, found #{crash_tracker_pids}"
1513
end
1614

1715
let(:exporter_configuration) { [:agent, 'http://localhost:6006'] }

0 commit comments

Comments
 (0)