Skip to content

Commit 7952796

Browse files
authored
Disable in release build due to pragma (#131340) (#131343)
1 parent d960d0f commit 7952796

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)