Skip to content

Commit

Permalink
server: ignore SampleWSServerTest, #TASK-5663
Browse files Browse the repository at this point in the history
  • Loading branch information
pfurio committed Feb 16, 2024
1 parent caccbdc commit 6d5ed15
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@
/**
* Created by jacobo on 25/06/15.
*/
@Ignore
@Category(MediumTests.class)
public class SampleWSServerTest {

private static WSServerTestUtils serverTestUtils;
private WebTarget webTarget;
private String sessionId;
private String organizationId = "test";
private String studyId = "user@1000G:phase1";
private String studyId = organizationId + "@1000G:phase1";
private long in1;
private long s1, s2, s3, s4;

Expand Down

0 comments on commit 6d5ed15

Please sign in to comment.