Skip to content

Commit

Permalink
Add skipif for OpenTelemetry test
Browse files Browse the repository at this point in the history
Added 0.8.0 as openTelemetry support was released in 2.14
  • Loading branch information
mdujava committed Nov 13, 2024
1 parent 06b6136 commit 3fd467b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,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 3fd467b

Please sign in to comment.