Skip to content

Commit

Permalink
tmp: skip broken StudyInfoTest
Browse files Browse the repository at this point in the history
...this one seems to only work depending on the order of execution...
it lacks the setup() method where a pre-filled db is guaranteed, like
for example in CohortCharacterizationServiceTest
  • Loading branch information
pieterlukasse committed May 30, 2024
1 parent ec6e298 commit ccc748b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;

import org.junit.Ignore;
import org.junit.Test;
import org.ohdsi.webapi.AbstractDatabaseTest;
import org.ohdsi.webapi.feasibility.FeasibilityStudy;
Expand Down Expand Up @@ -48,6 +50,7 @@ public class StudyInfoTest extends AbstractDatabaseTest {
@PersistenceContext
protected EntityManager entityManager;

@Ignore
@Test
@Transactional(transactionManager="transactionManager")
public void testStudyCRUD() {
Expand Down

0 comments on commit ccc748b

Please sign in to comment.