Skip to content

Commit b392332

Browse files
committed
New way
1 parent fb8402f commit b392332

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

x-pack/plugin/runtime-fields/qa/rest/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
apply plugin: 'elasticsearch.testclusters'
2-
apply plugin: 'elasticsearch.standalone-rest-test'
3-
apply plugin: 'elasticsearch.rest-test'
4-
apply plugin: 'elasticsearch.rest-resources'
1+
apply plugin: 'elasticsearch.yaml-rest-test'
52

63
restResources {
74
restTests {
85
includeCore '*'
96
}
107
}
118

12-
testClusters.integTest {
9+
testClusters.yamlRestTest {
1310
testDistribution = 'DEFAULT'
1411
}
1512

16-
integTest {
13+
yamlRestTest {
1714
systemProperty 'tests.rest.blacklist',
1815
[
1916
'search/330_fetch_fields/*', // The whole API is not yet supported

x-pack/plugin/runtime-fields/qa/rest/src/test/java/org/elasticsearch/xpack/runtimefields/rest/CoreTestsWithRuntimeFieldsIT.java renamed to x-pack/plugin/runtime-fields/qa/rest/src/yamlRestTest/java/org/elasticsearch/xpack/runtimefields/rest/CoreTestsWithRuntimeFieldsIT.java

File renamed without changes.

0 commit comments

Comments
 (0)