Skip to content

Commit

Permalink
[JENKINS-49263] Remove login test from SmokeTest until is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-arabaolaza committed Feb 13, 2018
1 parent 8c74b90 commit 3413c9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/core/JenkinsDatabaseSecurityRealmTest.java
Expand Up @@ -60,7 +60,8 @@ public void setUp() {
}

@Test
@Category(SmokeTest.class)
//TODO Re enable category once JENKINS-49524 is done
//@Category(SmokeTest.class)
public void login_and_logout() {

User user = realm.signup().fullname(FULL_NAME).email(EMAIL).password(PWD).signup(NAME);
Expand Down

0 comments on commit 3413c9f

Please sign in to comment.