Skip to content

Commit 03dd2ab

Browse files
committed
SQL: eliminate disabled tests
1 parent 09329eb commit 03dd2ab

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/planner/VerifierErrorMessagesTests.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,4 @@ public void testMultiGroupBy() {
4949
assertEquals("1:32: Currently, only a single expression can be used with GROUP BY; please select one of [bool, keyword]",
5050
verify("SELECT bool FROM test GROUP BY bool, keyword"));
5151
}
52-
53-
//
54-
// TODO potential improvements
55-
//
56-
// regarding resolution
57-
// public void testGroupByOrderByKeyAlias() {
58-
// assertEquals("1:8: Cannot use field [unsupported] type [ip_range] as is unsupported",
59-
// verify("SELECT int i FROM test GROUP BY int ORDER BY i"));
60-
// }
61-
//
62-
// public void testGroupByAlias() {
63-
// assertEquals("1:8: Cannot use field [unsupported] type [ip_range] as is unsupported",
64-
// verify("SELECT int i FROM test GROUP BY i ORDER BY int"));
65-
// }
6652
}

0 commit comments

Comments
 (0)