DataDog / dd-trace-java

Datadog APM client for Java
https://docs.datadoghq.com/tracing/languages/java
Apache License 2.0
588 stars 290 forks source link

Do not fail profiler smoke tests on macos #7558

Closed jbachorik closed 2 months ago

jbachorik commented 2 months ago

What Does This Do

Makes the profiling smoke tests nicer towards mac users

Motivation

Let's not fail the test - rather log an explanatory message and skip if the requirements are not fulfilled.

Additional Notes

I haven't opened a JIRA ticket for this trivial change.

Contributor Checklist