Skip to content

Commit

Permalink
HDDS-11821. Mark TestECKeyOutputStream#testECKeyCreatetWithDatanodeId…
Browse files Browse the repository at this point in the history
…Change as unhealthy
  • Loading branch information
adoroszlai committed Nov 28, 2024
1 parent 9b26156 commit 7f40624
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
import org.apache.hadoop.ozone.container.common.interfaces.Handler;
import org.apache.hadoop.ozone.om.helpers.OmKeyLocationInfo;
import org.apache.ozone.test.GenericTestUtils;
import org.apache.ozone.test.tag.Unhealthy;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
Expand Down Expand Up @@ -190,6 +191,7 @@ public void testCreateKeyWithECReplicationConfig() throws Exception {
}

@Test
@Unhealthy("HDDS-11821")
public void testECKeyCreatetWithDatanodeIdChange()
throws Exception {
AtomicReference<Boolean> failed = new AtomicReference<>(false);
Expand Down

0 comments on commit 7f40624

Please sign in to comment.