We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d930b commit af97090Copy full SHA for af97090
modules/transport-netty4/src/javaRestTest/java/org/elasticsearch/rest/Netty4HeadBodyIsEmptyIT.java
@@ -128,6 +128,8 @@ public void testTemplateExists() throws IOException {
128
builder.endObject();
129
130
Request request = new Request("PUT", "/_template/template");
131
+ // The warnings only need to be checked in FIPS mode because we run default distribution for FIPS,
132
+ // while the integ-test distribution is used otherwise.
133
if (inFipsJvm()) {
134
request.setOptions(expectWarnings(
135
"legacy template [template] has index patterns [*] matching patterns from existing composable templates " +
0 commit comments