alamar commented on a change in pull request #8367: URL: https://github.com/apache/ignite/pull/8367#discussion_r525149397
########## File path: modules/core/src/test/java/org/apache/ignite/loadtests/communication/GridIoManagerBenchmark0.java ########## @@ -44,13 +44,15 @@ import org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi; import org.apache.ignite.testframework.GridTestUtils; import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest; +import org.junit.Ignore; import org.junit.Test; import static org.apache.ignite.internal.managers.communication.GridIoPolicy.PUBLIC_POOL; /** * */ +@Ignore("Benchmark") Review comment: It's better to always have machine-readable JIRA URL as Ignore message. All the details may be also added in the form of Java comment. ---------------------------------------------------------------- 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