pavlukhin commented on a change in pull request #6434: IGNITE-11708 "Unable to run tests in IgniteConfigVariationsAbstractTest subclasses" URL: https://github.com/apache/ignite/pull/6434#discussion_r285547498
########## File path: modules/core/src/test/java/org/apache/ignite/testsuites/IgniteContinuousQueryConfigVariationsSuite.java ########## @@ -60,12 +61,12 @@ /** */ @RunWith(IgniteContinuousQueryConfigVariationsSuite.SuiteSingleNode.class) - public static class SingleNodeTest { + @Ignore("https://issues.apache.org/jira/browse/IGNITE-11851") public static class SingleNodeTest { Review comment: I suppose `@Ignore` should be placed on a separate line according to our conventions. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services