Skip to content

testClientSucceedsWithVerificationDisabled fails on master #38212

@dnhatn

Description

@dnhatn

testClientSucceedsWithVerificationDisabled fails on FipsJVM. I think we expect this test not to run on FipsJVM but mistakenly use assertFalse instead of assumeFalse.

CI:

 ./gradlew :modules:reindex:unitTest \
  -Dtests.seed=3868B83F74B6BE50 \
  -Dtests.class=org.elasticsearch.index.reindex.ReindexRestClientSslTests \
  -Dtests.method="testClientSucceedsWithVerificationDisabled" \
  -Dtests.security.manager=true \
  -Dtests.locale=da \
  -Dtests.timezone=Africa/Asmera \
  -Dcompiler.java=12 \
  -Druntime.java=8FIPS \
  -Djavax.net.ssl.keyStorePassword=password \
  -Djavax.net.ssl.trustStorePassword=password

Metadata

Metadata

Assignees

Labels

:Security/SecuritySecurity issues without another label>test-failureTriaged test failures from CI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions