Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Oct 16, 2023
1 parent 440c760 commit e7802c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion x-pack/plugin/enrich/qa/common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'elasticsearch.java'


dependencies {
api project(':test:framework')
}
Expand Down
9 changes: 0 additions & 9 deletions x-pack/plugin/enrich/qa/rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apply plugin: 'elasticsearch.yaml-rest-compat-test'
apply plugin: 'elasticsearch.internal-test-artifact'


import org.elasticsearch.gradle.Version
import org.elasticsearch.gradle.internal.info.BuildParams

restResources {
Expand Down Expand Up @@ -32,11 +31,3 @@ if (BuildParams.inFipsJvm){
tasks.named("javaRestTest").configure{enabled = false }
tasks.named("yamlRestTest").configure{enabled = false }
}

testClusters.configureEach {
testDistribution = 'DEFAULT'
setting 'xpack.license.self_generated.type', 'basic'
setting 'xpack.monitoring.collection.enabled', 'true'
setting 'xpack.security.enabled', 'false'
requiresFeature 'es.index_mode_feature_flag_registered', Version.fromString("8.4.0")
}

0 comments on commit e7802c1

Please sign in to comment.