You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,8 @@
120
120
importstaticorg.junit.Assert.assertThat;
121
121
importstaticorg.junit.Assert.assertTrue;
122
122
importstaticorg.junit.Assert.fail;
123
+
importstaticorg.junit.Assume.assumeFalse;
124
+
123
125
importorg.junit.Ignore;
124
126
importorg.junit.Test;
125
127
importorg.slf4j.Logger;
@@ -2268,6 +2270,8 @@ public void testListPartsWithInvalidUploadID() throws Exception {
0 commit comments