Skip to content

Commit

Permalink
Merge pull request #884 from mdujava/open_telemetry_distruptive
Browse files Browse the repository at this point in the history
Open telemetry tests marks
  • Loading branch information
mdujava authored Nov 14, 2024
2 parents d23061b + 3fd467b commit 2c960ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
SystemApicast,
id="system",
marks=[
pytest.mark.disruptive,
pytest.mark.required_capabilities(Capability.STANDARD_GATEWAY),
pytest.mark.skipif("TESTED_VERSION < Version('2.14')"),
pytest.mark.issue("https://issues.redhat.com/browse/THREESCALE-7735"),
Expand All @@ -34,8 +35,7 @@
id="operator",
marks=[
pytest.mark.required_capabilities(Capability.OCP4),
# removing skip so it runs againts alpha, as it's build as 0.7.0
# pytest.mark.skipif("APICAST_OPERATOR_VERSION < Version('0.7.6')"),
pytest.mark.skipif("APICAST_OPERATOR_VERSION < Version('0.8.0')"),
pytest.mark.issue("https://issues.redhat.com/browse/THREESCALE-9539"),
],
),
Expand Down

0 comments on commit 2c960ae

Please sign in to comment.