kfaraz commented on code in PR #18066:
URL: https://github.com/apache/druid/pull/18066#discussion_r2123510748
##########
integration-tests/src/test/java/org/apache/druid/tests/query/ITSqlQueryTest.java:
##########
@@ -46,7 +46,7 @@
/**
* Test the SQL endpoint with different Content-Type
*/
-@Test(groups = {TestNGGroup.QUERY, TestNGGroup.CENTRALIZED_DATASOURCE_SCHEMA})
+@Test(groups = {TestNGGroup.QUERY, TestNGGroup.CENTRALIZED_DATASOURCE_SCHEMA},
enabled = false)
Review Comment:
We don't need to disable since ITs are being fixed in another PR.
```suggestion
@Test(groups = {TestNGGroup.QUERY,
TestNGGroup.CENTRALIZED_DATASOURCE_SCHEMA})
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]