File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask
2+
13apply plugin : ' elasticsearch.internal-es-plugin'
24apply plugin : ' elasticsearch.internal-cluster-test'
35apply plugin : ' elasticsearch.internal-java-rest-test'
@@ -58,3 +60,9 @@ tasks.named('internalClusterTestTestingConventions') {
5860tasks. named(" yamlRestTest" ) {
5961 usesDefaultDistribution(" uses _xpack info api" )
6062}
63+
64+ tasks. withType(StandaloneRestIntegTestTask ). configureEach {
65+ // These fail in CI but only when run as part of checkPart2 and not individually.
66+ // Tracked in : https://github.com/elastic/elasticsearch/issues/66661
67+ buildParams. withFipsEnabledOnly(it)
68+ }
Original file line number Diff line number Diff line change @@ -14,4 +14,7 @@ dependencies {
1414
1515tasks. named(" javaRestTest" ) {
1616 usesDefaultDistribution(" uses _xpack usage api" )
17+ // These fail in CI but only when run as part of checkPart2 and not individually.
18+ // Tracked in : https://github.com/elastic/elasticsearch/issues/66661
19+ buildParams. withFipsEnabledOnly(it)
1720}
You can’t perform that action at this time.
0 commit comments