3232import com .spectralogic .ds3client .models .bulk .Ds3Object ;
3333import com .spectralogic .ds3client .serializer .XmlProcessingException ;
3434import com .spectralogic .ds3client .utils .ResourceUtils ;
35- import org .junit .AfterClass ;
36- import org .junit .Before ;
37- import org .junit .BeforeClass ;
38- import org .junit .Test ;
35+ import org .junit .*;
3936
4037import java .io .IOException ;
4138import java .net .URISyntaxException ;
@@ -242,8 +239,7 @@ public void clearAllCanceledJobs() throws IOException, SignatureException, XmlPr
242239 }
243240 }
244241
245- /**
246- * Disabling until the TruncateJob request is implemented.
242+ @ Ignore ("Disabling until the TruncateJob request is implemented." )
247243 @ Test
248244 public void truncateJobCancelWithOutForce () throws IOException , SignatureException , XmlProcessingException , URISyntaxException , InterruptedException {
249245
@@ -269,7 +265,7 @@ public void truncateJobCancelWithOutForce() throws IOException, SignatureExcepti
269265 } finally {
270266 deleteAllContents (client , BUCKET_NAME );
271267 }
272- }*/
268+ }
273269
274270 @ Test
275271 public void cancelJobWithForce () throws IOException , SignatureException , XmlProcessingException , URISyntaxException , InterruptedException {
@@ -327,8 +323,7 @@ public void cancelAllJobs() throws IOException, SignatureException, XmlProcessin
327323 }
328324 }
329325
330- /**
331- * Disabling until the TruncateJob request is implemented.
326+ @ Ignore ("Disabling until the TruncateJob request is implemented." )
332327 @ Test
333328 public void truncateCancelAllJobsWithoutForce () throws IOException , SignatureException , XmlProcessingException , InterruptedException , URISyntaxException {
334329
@@ -378,7 +373,7 @@ public void truncateCancelAllJobsWithoutForce() throws IOException, SignatureExc
378373 } finally {
379374 deleteAllContents (client , BUCKET_NAME );
380375 }
381- }*/
376+ }
382377
383378 @ Test
384379 public void cancelAllJobsWithForce ()throws IOException , SignatureException , XmlProcessingException , InterruptedException , URISyntaxException {
0 commit comments