Skip to content

Commit

Permalink
Re-enable category
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 26, 2024
1 parent 7bb4aaf commit 16f9aab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/java/core/JenkinsDatabaseSecurityRealmTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@

import org.jenkinsci.test.acceptance.Matchers;
import org.jenkinsci.test.acceptance.junit.AbstractJUnitTest;
import org.jenkinsci.test.acceptance.junit.SmokeTest;
import org.jenkinsci.test.acceptance.junit.WithPlugins;
import org.jenkinsci.test.acceptance.po.GlobalSecurityConfig;
import org.jenkinsci.test.acceptance.po.JenkinsDatabaseSecurityRealm;
import org.jenkinsci.test.acceptance.po.User;
import org.junit.Before;
import org.junit.Test;
import org.junit.experimental.categories.Category;

@WithPlugins("mailer")
public class JenkinsDatabaseSecurityRealmTest extends AbstractJUnitTest {
Expand All @@ -57,8 +59,7 @@ public void setUp() {
}

@Test
//TODO Re enable category once JENKINS-49524 is done
//@Category(SmokeTest.class)
@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 16f9aab

Please sign in to comment.