File tree 2 files changed +2
-4
lines changed
modules/repository-s3/src/javaRestTest/java/org/elasticsearch/repositories/s3
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,9 @@ protected String getTestRestCluster() {
51
51
return cluster .getHttpAddresses ();
52
52
}
53
53
54
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/116811" )
55
54
public void testReloadCredentialsFromKeystore () throws IOException {
55
+ assumeFalse ("doesn't work in a FIPS JVM, but that's ok" , inFipsJvm ());
56
+
56
57
// Register repository (?verify=false because we don't have access to the blob store yet)
57
58
final var repositoryName = randomIdentifier ();
58
59
registerRepository (
Original file line number Diff line number Diff line change @@ -217,9 +217,6 @@ tests:
217
217
- class : org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
218
218
method : test {p0=synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set}
219
219
issue : https://github.com/elastic/elasticsearch/issues/116777
220
- - class : org.elasticsearch.repositories.s3.RepositoryS3RestIT
221
- method : testReloadCredentialsFromKeystore
222
- issue : https://github.com/elastic/elasticsearch/issues/116811
223
220
- class : org.elasticsearch.xpack.searchablesnapshots.hdfs.SecureHdfsSearchableSnapshotsIT
224
221
issue : https://github.com/elastic/elasticsearch/issues/116851
225
222
- class : org.elasticsearch.xpack.esql.analysis.VerifierTests
You can’t perform that action at this time.
0 commit comments