Kirill Sizov created IGNITE-25447: --------------------------------------
Summary: Use annotation to conditionally disable mismatching colocation tests Key: IGNITE-25447 URL: https://issues.apache.org/jira/browse/IGNITE-25447 Project: Ignite Issue Type: Improvement Reporter: Kirill Sizov Currently tests use the following pattern: {code:java} if (enabledColocation()) { return; }{code} Unfortunately it makes the test counted as passed and not skipped. -- This message was sent by Atlassian Jira (v8.20.10#820010)