Skip to content

Commit

Permalink
fix irrelevant
Browse files Browse the repository at this point in the history
  • Loading branch information
jandro996 committed Dec 12, 2024
1 parent fe9f1d5 commit dbc9067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,8 @@ tests/:
'*': v1.36.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
Test_SCAStandalone_Telemetry:
'*': v1.44.0
'*': missing_feature(endpoints not implemented)
spring-boot: v1.44.0
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
test_automated_login_events.py:
Test_Login_Events: irrelevant (was v1.36.0 but will be replaced by V2)
Expand Down
8 changes: 2 additions & 6 deletions tests/appsec/test_asm_standalone.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import json
import time

from requests.structures import CaseInsensitiveDict

from utils.telemetry_utils import TelemetryUtils
from utils import context, weblog, interfaces, scenarios, features, rfc, bug, flaky, missing_feature, irrelevant
from utils import context, weblog, interfaces, scenarios, features, rfc, bug, flaky, missing_feature


class AsmStandalone_UpstreamPropagation_Base:
Expand Down Expand Up @@ -712,10 +712,6 @@ def setup_app_dependencies_loaded(self):
self.r = weblog.get("/load_dependency")

@missing_feature(context.library == "nodejs" and context.weblog_variant == "nextjs")
@irrelevant(
condition=context.library == "java" and context.weblog_variant != "spring-boot",
reason="No need to test in more than one variant",
)
def test_app_dependencies_loaded(self):
self.assert_standalone_is_enabled(self.r)

Expand Down

0 comments on commit dbc9067

Please sign in to comment.