Skip to content

Commit

Permalink
HDDS-8752. Enable TestOzoneRpcClientAbstract#testOverWriteKeyWithAndW…
Browse files Browse the repository at this point in the history
…ithOutVersioning (#6702)
  • Loading branch information
muskan1012 authored May 21, 2024
1 parent 87c3945 commit 00f89e6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@
import static org.junit.jupiter.api.Assertions.fail;
import static org.slf4j.event.Level.DEBUG;

import org.apache.ozone.test.tag.Unhealthy;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.MethodOrderer;
import org.junit.jupiter.api.Test;
Expand Down Expand Up @@ -4200,7 +4199,6 @@ private void checkExceptedResultForVersioningTest(String volumeName,
}

@Test
@Unhealthy("HDDS-8752")
public void testOverWriteKeyWithAndWithOutVersioning() throws Exception {
String volumeName = UUID.randomUUID().toString();
String bucketName = UUID.randomUUID().toString();
Expand Down

0 comments on commit 00f89e6

Please sign in to comment.