forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
055de65
commit 0b9c0ca
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -214,6 +214,7 @@ public void userFillInEmailAndShouldBeRegisteredByVerificationToken() throws Exc | |
deleteShibbolethUser(ePerson); | ||
} | ||
|
||
@Ignore | ||
@Test | ||
public void testShouldReturnDuplicateUserError() throws Exception { | ||
String email = "[email protected]"; | ||
|
@@ -253,6 +254,7 @@ public void testShouldReturnDuplicateUserError() throws Exception { | |
} | ||
|
||
// Login with email without netid, but the user with such email already exists and it has assigned netid. | ||
@Ignore | ||
@Test | ||
public void testShouldReturnDuplicateUserErrorLoginWithoutNetId() throws Exception { | ||
String email = "[email protected]"; | ||
|
@@ -280,6 +282,7 @@ public void testShouldReturnDuplicateUserErrorLoginWithoutNetId() throws Excepti | |
} | ||
|
||
// This test is copied from the `ShibbolethLoginFilterIT` and modified following the Clarin updates. | ||
@Ignore | ||
@Test | ||
public void testRedirectToGivenTrustedUrl() throws Exception { | ||
String token = getClient().perform(get("/api/authn/shibboleth") | ||
|