Skip to content

Commit

Permalink
Merge pull request #5108 from IQSS/5107-failing-api-tests-09-27
Browse files Browse the repository at this point in the history
#5107 disable migrate handle test
  • Loading branch information
pdurbin committed Sep 27, 2018
2 parents 939ce8b + 50060e0 commit bdedf46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/java/edu/harvard/iq/dataverse/api/AdminIT.java
Expand Up @@ -26,6 +26,7 @@
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import org.junit.Ignore;

public class AdminIT {

Expand Down Expand Up @@ -511,7 +512,14 @@ public void testFindPermissonsOn() {
}

@Test
@Ignore
public void testMigrateHDLToDOI() {
/*
This test is set to ignore because it requires a setup that will
mint both handles and doi identifiers
Can re-enable when if test environments are running handle servers.
SEK 09/27/2018
*/
Response createUser = UtilIT.createRandomUser();
createUser.prettyPrint();

Expand Down

0 comments on commit bdedf46

Please sign in to comment.