Skip to content

Commit 3ff2351

Browse files
author
shabtaisharon
committed
Merge pull request #175 from DenverM80/3_0_autogen
Disable failing tests
2 parents b95db89 + acd0506 commit 3ff2351

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 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,6 +239,7 @@ public void clearAllCanceledJobs() throws IOException, SignatureException, XmlPr
242239
}
243240
}
244241

242+
@Ignore("Disabling until the TruncateJob request is implemented.")
245243
@Test
246244
public void truncateJobCancelWithOutForce() throws IOException, SignatureException, XmlProcessingException, URISyntaxException, InterruptedException {
247245

@@ -269,8 +267,6 @@ public void truncateJobCancelWithOutForce() throws IOException, SignatureExcepti
269267
}
270268
}
271269

272-
273-
274270
@Test
275271
public void cancelJobWithForce() throws IOException, SignatureException, XmlProcessingException, URISyntaxException, InterruptedException {
276272

@@ -327,6 +323,7 @@ public void cancelAllJobs() throws IOException, SignatureException, XmlProcessin
327323
}
328324
}
329325

326+
@Ignore("Disabling until the TruncateJob request is implemented.")
330327
@Test
331328
public void truncateCancelAllJobsWithoutForce() throws IOException, SignatureException, XmlProcessingException, InterruptedException, URISyntaxException {
332329

0 commit comments

Comments
 (0)