Skip to content

Commit acd0506

Browse files
author
DenverM80
committed
Ignore rather than disable failing tests
1 parent 572a6c8 commit acd0506

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration/PutJobManagement_Test.java

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@
3232
import com.spectralogic.ds3client.models.bulk.Ds3Object;
3333
import com.spectralogic.ds3client.serializer.XmlProcessingException;
3434
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.*;
3936

4037
import java.io.IOException;
4138
import 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

Comments
 (0)