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

[v24.2.x] rptest: add @skip_fips_mode decorator #23370

Merged

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #23331

For use in ducktape tests that should not be ran in a FIPS-enabled
environment (i.e, tests that are always expected to fail due to
incompatibilities if FIPS mode is enabled).

(cherry picked from commit 9ff17c2)
This test will ALWAYS fail in fips mode, due to required path-style
outcome for OCI self configuration.

Change the decorator from `@ok_to_fail_fips` to `@skip_fips_mode`
to avoid wasted CI runtime.

(cherry picked from commit 6605685)
@vbotbuildovich vbotbuildovich added this to the v24.2.x-next milestone Sep 18, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Sep 18, 2024
@oleiman oleiman merged commit 5376554 into redpanda-data:v24.2.x Sep 18, 2024
17 checks passed
@BenPope BenPope modified the milestones: v24.2.x-next, v24.2.5 Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants