This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 55ff32d670 HDDS-8752. Disable testOverWriteKeyWithAndWithOutVersioning
55ff32d670 is described below

commit 55ff32d67070dd2021087ac11fd6187095b9a1fe
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Jun 7 09:50:49 2023 +0200

    HDDS-8752. Disable testOverWriteKeyWithAndWithOutVersioning
---
 .../org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
index a524c8d5e8..8a6fb37027 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
@@ -155,6 +155,7 @@ import static org.junit.Assert.fail;
 import static org.slf4j.event.Level.DEBUG;
 
 import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.MethodOrderer;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.TestMethodOrder;
@@ -4073,6 +4074,7 @@ public abstract class TestOzoneRpcClientAbstract {
   }
 
   @Test
+  @Disabled("HDDS-8752")
   public void testOverWriteKeyWithAndWithOutVersioning() throws Exception {
     String volumeName = UUID.randomUUID().toString();
     String bucketName = UUID.randomUUID().toString();


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to