Skip to content

Commit 5ff482c

Browse files
committed
WIP disable assertions for profiling
1 parent d68a17a commit 5ff482c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/src/main/java/org/elasticsearch/gradle/testclusters/ElasticsearchNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ private Map<String, String> getESEnvironment() {
837837
+ heapSize
838838
+ " -Xmx"
839839
+ heapSize
840-
+ " -ea -esa "
840+
// + " -ea -esa "
841841
+ systemPropertiesString
842842
+ " "
843843
+ featureFlagsString

0 commit comments

Comments
 (0)