Skip to content

Commit be7f820

Browse files
authored
Disable in release build due to pragma (elastic#131340) (elastic#131344)
1 parent 936fca2 commit be7f820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/CrossClusterAsyncQueryStopIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public void testStopQuery() throws Exception {
129129
}
130130

131131
public void testStopQueryLocal() throws Exception {
132+
assumeTrue("Pragma does not work in release builds", Build.current().isSnapshot());
132133
Map<String, Object> testClusterInfo = setupClusters(3);
133134
int remote1NumShards = (Integer) testClusterInfo.get("remote1.num_shards");
134135
int remote2NumShards = (Integer) testClusterInfo.get("remote2.num_shards");

0 commit comments

Comments
 (0)