[
https://issues.apache.org/jira/browse/IGNITE-24077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Lapin updated IGNITE-24077:
-------------------------------------
Description:
{code:java}
@Disabled("https://issues.apache.org/jira/browse/IGNITE-24061")
@Test
@Disabled("https://issues.apache.org/jira/browse/IGNITE-24061")
void testTwoSequentialResets() throws InterruptedException {
createHaZoneWithTable(); {code}
@Disabled is duplicated.
> Fix compilation has been broken
> -------------------------------
>
> Key: IGNITE-24077
> URL: https://issues.apache.org/jira/browse/IGNITE-24077
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexander Lapin
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {code:java}
> @Disabled("https://issues.apache.org/jira/browse/IGNITE-24061")
> @Test
> @Disabled("https://issues.apache.org/jira/browse/IGNITE-24061")
> void testTwoSequentialResets() throws InterruptedException {
> createHaZoneWithTable(); {code}
> @Disabled is duplicated.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)