Skip to content

Commit a475311

Browse files
anton-abushkevichchrisknoll
authored andcommitted
JobServiceIT test fails #2109
1 parent 755eca8 commit a475311

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/java/org/ohdsi/webapi/test/JobServiceIT.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import java.util.Map;
1010

1111
import org.junit.Assert;
12+
import org.junit.Ignore;
1213
import org.junit.Test;
1314
import org.ohdsi.webapi.exampleapplication.ExampleApplicationWithJobService;
1415
import org.ohdsi.webapi.job.JobExecutionResource;
@@ -35,8 +36,11 @@ public class JobServiceIT extends WebApiIT {
3536

3637
@Value("${jobservice.endpoint.jobexecution.alt}")
3738
private String endpointJobExecutionAlternative;
38-
39+
40+
/* The test is ignored, because it is failing with current xstream version com.thoughtworks.xstream:xstream:1.4.19.
41+
* see https://github.com/OHDSI/WebAPI/issues/2109 for details. */
3942
@Test
43+
@Ignore
4044
public void createAndFindJob() {
4145
//create/queue job
4246
final ResponseEntity<JobExecutionResource> postEntity = getRestTemplate().postForEntity(this.endpointExample, null,

0 commit comments

Comments
 (0)