Skip to content

Commit

Permalink
revert: something is failing with that decorator:
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoffl01 committed Jan 10, 2025
1 parent 2c268f3 commit 688cc6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_config_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def setup_query_string_obfuscation_configured_client(self):
context.library < "[email protected]",
reason="Client query string collection disabled by default; oObfuscation only occurs on server side",
)
@incomplete_test_app(
@missing_feature(
context.library == "java" and context.weblog_variant in ("vertx3", "vertx4"),
reason="Missing endpoint",
)
Expand Down Expand Up @@ -145,7 +145,7 @@ def setup_query_string_obfuscation_configured_client(self):
context.library < "[email protected]",
reason="Client query string collection disabled by default; obfuscation only occurs on server side",
)
@incomplete_test_app(
@missing_feature(
context.library == "java" and context.weblog_variant in ("vertx3", "vertx4"),
reason="Missing endpoint",
)
Expand Down

0 comments on commit 688cc6c

Please sign in to comment.