Skip to content

Commit 9e3d4bf

Browse files
committed
Merge branch 'feature/searchable-snapshots' into 2020-02-21-freeze-searchable-snapshots
2 parents 3f0cca1 + ac08315 commit 9e3d4bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/plugin/searchable-snapshots/qa/rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ testClusters.integTest {
1919

2020
restResources {
2121
restApi {
22-
includeCore 'indices', 'bulk', 'snapshot', 'nodes'
22+
includeCore 'indices', 'search', 'bulk', 'snapshot', 'nodes', '_common'
2323
includeXpack 'searchable_snapshots'
2424
}
2525
}

x-pack/plugin/searchable-snapshots/qa/s3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313

1414
restResources {
1515
restApi {
16-
includeCore 'indices', 'bulk', 'snapshot', 'nodes'
16+
includeCore 'indices', 'search', 'bulk', 'snapshot', 'nodes', '_common'
1717
includeXpack 'searchable_snapshots'
1818
}
1919
}

0 commit comments

Comments
 (0)