Skip to content

Mute DateProcessorTests#testJodaPatternLocale #38265

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

Conversation

cbuescher
Copy link
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 :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >test-mute Use for PR that only mute tests labels Feb 2, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features

Copy link
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
Member

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
@@ -113,6 +113,8 @@ public void testInvalidJavaPattern() {
}

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
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >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