|
32 | 32 | import com.spectralogic.ds3client.models.bulk.Ds3Object; |
33 | 33 | import com.spectralogic.ds3client.serializer.XmlProcessingException; |
34 | 34 | import 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.*; |
39 | 36 |
|
40 | 37 | import java.io.IOException; |
41 | 38 | import java.net.URISyntaxException; |
@@ -242,6 +239,7 @@ public void clearAllCanceledJobs() throws IOException, SignatureException, XmlPr |
242 | 239 | } |
243 | 240 | } |
244 | 241 |
|
| 242 | + @Ignore("Disabling until the TruncateJob request is implemented.") |
245 | 243 | @Test |
246 | 244 | public void truncateJobCancelWithOutForce() throws IOException, SignatureException, XmlProcessingException, URISyntaxException, InterruptedException { |
247 | 245 |
|
@@ -269,8 +267,6 @@ public void truncateJobCancelWithOutForce() throws IOException, SignatureExcepti |
269 | 267 | } |
270 | 268 | } |
271 | 269 |
|
272 | | - |
273 | | - |
274 | 270 | @Test |
275 | 271 | public void cancelJobWithForce() throws IOException, SignatureException, XmlProcessingException, URISyntaxException, InterruptedException { |
276 | 272 |
|
@@ -327,6 +323,7 @@ public void cancelAllJobs() throws IOException, SignatureException, XmlProcessin |
327 | 323 | } |
328 | 324 | } |
329 | 325 |
|
| 326 | + @Ignore("Disabling until the TruncateJob request is implemented.") |
330 | 327 | @Test |
331 | 328 | public void truncateCancelAllJobsWithoutForce() throws IOException, SignatureException, XmlProcessingException, InterruptedException, URISyntaxException { |
332 | 329 |
|
|
0 commit comments