Skip to content

Commit 0b7fde8

Browse files
authored
Enable searchable snapshot feature for all test clusters (#61888)
This commit reenables the searchable snapshot feature for integration tests after #61802 which changed some build plugins.
1 parent f373f93 commit 0b7fde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ artifacts {
4343
testArtifacts testJar
4444
}
4545

46-
test {
46+
testClusters.integTest {
4747
if (BuildParams.isSnapshotBuild() == false) {
4848
systemProperty 'es.searchable_snapshots_feature_enabled', 'true'
4949
}

0 commit comments

Comments
 (0)