@@ -242,6 +242,8 @@ public void clearAllCanceledJobs() throws IOException, SignatureException, XmlPr
242242 }
243243 }
244244
245+ /**
246+ * Disabling until the TruncateJob request is implemented.
245247 @Test
246248 public void truncateJobCancelWithOutForce() throws IOException, SignatureException, XmlProcessingException, URISyntaxException, InterruptedException {
247249
@@ -267,9 +269,7 @@ public void truncateJobCancelWithOutForce() throws IOException, SignatureExcepti
267269 } finally {
268270 deleteAllContents(client, BUCKET_NAME);
269271 }
270- }
271-
272-
272+ }*/
273273
274274 @ Test
275275 public void cancelJobWithForce () throws IOException , SignatureException , XmlProcessingException , URISyntaxException , InterruptedException {
@@ -327,6 +327,8 @@ public void cancelAllJobs() throws IOException, SignatureException, XmlProcessin
327327 }
328328 }
329329
330+ /**
331+ * Disabling until the TruncateJob request is implemented.
330332 @Test
331333 public void truncateCancelAllJobsWithoutForce() throws IOException, SignatureException, XmlProcessingException, InterruptedException, URISyntaxException {
332334
@@ -376,7 +378,7 @@ public void truncateCancelAllJobsWithoutForce() throws IOException, SignatureExc
376378 } finally {
377379 deleteAllContents(client, BUCKET_NAME);
378380 }
379- }
381+ }*/
380382
381383 @ Test
382384 public void cancelAllJobsWithForce ()throws IOException , SignatureException , XmlProcessingException , InterruptedException , URISyntaxException {
0 commit comments