diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/predicate/operator/arithmetic/AddTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/predicate/operator/arithmetic/AddTests.java index 7c1f8521abf07..22d7e5cd3990d 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/predicate/operator/arithmetic/AddTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/predicate/operator/arithmetic/AddTests.java @@ -172,9 +172,7 @@ public static Iterable parameters() { ) ); - // Cases that should generate warnings - /* suppliers.addAll(List.of(new TestCaseSupplier("MV", () -> { // Ensure we don't have an overflow int rhs = randomIntBetween((Integer.MIN_VALUE >> 1) - 1, (Integer.MAX_VALUE >> 1) - 1); @@ -192,7 +190,6 @@ public static Iterable parameters() { .withWarning("Line -1:-1: java.lang.IllegalArgumentException: single-value function encountered multi-value"); }))); - */ return parameterSuppliersFromTypedData(suppliers); }