[
https://issues.apache.org/jira/browse/IGNITE-25447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Koptilin updated IGNITE-25447:
-----------------------------------------
Labels: ignite-3 (was: )
> 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
> Assignee: Kirill Sizov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)