Skip to content
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

[Java] Disable remote-config tests for setting DD_ENV and DD_SERVICE #3818

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/parametric/test_dynamic_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ class TestDynamicConfigV1_ServiceTargets:
],
)
@bug(library="nodejs", reason="APMAPI-865")
@bug(library="java", reason="APMAPI-1003")
def test_not_match_service_target(self, library_env, test_agent, test_library):
"""Test that the library reports an erroneous apply_state when the service targeting is not correct.

Expand Down
Loading