Skip to content

Commit

Permalink
remove ignore of sum
Browse files Browse the repository at this point in the history
Signed-off-by: Weihao Li <[email protected]>
  • Loading branch information
Wei-hao-Li committed Oct 18, 2024
1 parent 6d3f3dd commit ae064aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ public void avgTest() {
tableResultSetEqualTest("select avg(s4) from table1", expectedHeader, retArray, DATABASE_NAME);
}

@Ignore
@Test
public void sumTest() {
String[] expectedHeader = new String[] {"device_id", "color", "type", "_col3"};
Expand Down

0 comments on commit ae064aa

Please sign in to comment.