Skip to content

Commit 4c83a26

Browse files
authored
Merge pull request #23300 from WillemKauf/oracle_test_fips_fix
[CORE-6970] `rptest`: mark `test_s3_oracle_self_config` as `ok_to_fail_fips`
2 parents 04f871e + 21bfb9a commit 4c83a26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/rptest/tests/cluster_self_config_test.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# by the Apache License, Version 2.0
99
import re
1010

11-
from ducktape.mark import parametrize, matrix
11+
from ducktape.mark import parametrize, matrix, ok_to_fail_fips
1212

1313
from rptest.services.admin import Admin
1414
from rptest.services.cluster import cluster
@@ -85,6 +85,8 @@ def test_s3_self_config(self, cloud_storage_type):
8585

8686
assert self_config_result and self_config_result in self_config_expected_results
8787

88+
# OCI only supports path-style requests, fips mode will always fail.
89+
@ok_to_fail_fips
8890
@cluster(num_nodes=1)
8991
@matrix(cloud_storage_type=get_cloud_storage_type(
9092
applies_only_on=[CloudStorageType.S3]))

0 commit comments

Comments
 (0)