Skip to content

Mute DateProcessorTests#testJodaPatternLocale#38265

Merged
cbuescher merged 3 commits intoelastic:masterfrom
cbuescher:mute-DateProcessorTests#testJodaPatternLocale
Feb 3, 2019
Merged

Mute DateProcessorTests#testJodaPatternLocale#38265
cbuescher merged 3 commits intoelastic:masterfrom
cbuescher:mute-DateProcessorTests#testJodaPatternLocale

Conversation

@cbuescher
Copy link
Copy Markdown
Member

Only fails on FIPS 8 but we cannot mute this selectively.

Only fails on FIPS 8 but we cannot mute this selectively.
@cbuescher cbuescher added >test-failure Triaged test failures from CI :Distributed/Ingest Node Execution or management of Ingest Pipelines >test-mute Use for PR that only mute tests labels Feb 2, 2019
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-core-features

Copy link
Copy Markdown
Member

@dnhatn dnhatn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's mute this test.

@jkakavas
Copy link
Copy Markdown
Contributor

jkakavas commented Feb 3, 2019

This can be muted n fips JVMs with :

assumeFalse("Can't run in a FIPS JVM", inFipsJvm());

I had muted it in this manner in #31666

@cbuescher cbuescher merged commit 8200295 into elastic:master Feb 3, 2019

public void testJavaPatternLocale() {
// @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/31724")
assumeFalse("Can't run in a FIPS JVM, Joda parse date error", inFipsJvm());
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Joda" in this message should be "Java" in the master branch.

@cbuescher cbuescher deleted the mute-DateProcessorTests#testJodaPatternLocale branch November 27, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/Ingest Node Execution or management of Ingest Pipelines >test-failure Triaged test failures from CI >test-mute Use for PR that only mute tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants