8000 Fix Gradle Launcher instrumentation to not interfere with Gradle Test Kit by nikita-tkachenko-datadog · Pull Request #8465 · DataDog/dd-trace-java · GitHub
[go: up one dir, main page]

Skip to content

Fix Gradle Launcher instrumentation to not interfere with Gradle Test Kit #8465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 28, 2025
Prev Previous commit
Next Next commit
Do not disable Git client
  • Loading branch information
nikita-tkachenko-datadog committed Feb 27, 2025
commit 687cdff03c14b3513dac4a9ead09f84c9dda772c
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ class GradleDaemonSmokeTest extends AbstractGradleTest {
"${Strings.propertyNameToSystemPropertyName(CiVisibilityConfig.CIVISIBILITY_ENABLED)}=true," +
"${Strings.propertyNameToSystemPropertyName(CiVisibilityConfig.CIVISIBILITY_AGENTLESS_ENABLED)}=true," +
"${Strings.propertyNameToSystemPropertyName(CiVisibilityConfig.CIVISIBILITY_GIT_UPLOAD_ENABLED)}=false," +
"${Strings.propertyNameToSystemPropertyName(CiVisibilityConfig.CIVISIBILITY_GIT_CLIENT_ENABLED)}=false,"
"${Strings.propertyNameToSystemPropertyName(CiVisibilityConfig.CIVISIBILITY_CIPROVIDER_INTEGRATION_ENABLED)}=false," +
"${Strings.propertyNameToSystemPropertyName(CiVisibilityConfig.CIVISIBILITY_CIPROVIDER_INTEGRATION_ENABLED)}=false," +
"${Strings.propertyNameToSystemPropertyName(CiVisibilityConfig.CIVISIBILITY_JACOCO_PLUGIN_VERSION)}=$JACOCO_PLUGIN_VERSION," +
"${Strings.propertyNameToSystemPropertyName(CiVisibilityConfig.CIVISIBILITY_AGENTLESS_URL)}=${mockBackend.intakeUrl}"

Expand Down
Loading
0