Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@
import com.spectralogic.ds3client.models.bulk.Ds3Object;
import com.spectralogic.ds3client.serializer.XmlProcessingException;
import com.spectralogic.ds3client.utils.ResourceUtils;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.*;

import java.io.IOException;
import java.net.URISyntaxException;
Expand Down Expand Up @@ -242,6 +239,7 @@ public void clearAllCanceledJobs() throws IOException, SignatureException, XmlPr
}
}

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

Expand Down Expand Up @@ -269,8 +267,6 @@ public void truncateJobCancelWithOutForce() throws IOException, SignatureExcepti
}
}



@Test
public void cancelJobWithForce() throws IOException, SignatureException, XmlProcessingException, URISyntaxException, InterruptedException {

Expand Down Expand Up @@ -327,6 +323,7 @@ public void cancelAllJobs() throws IOException, SignatureException, XmlProcessin
}
}

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

Expand Down