Skip to content

Commit 211764f

Browse files
committed
Skip test
1 parent e28c774 commit 211764f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

klass-shared/src/test/java/no/ssb/klass/core/repository/UserRepositoryTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import no.ssb.klass.core.util.TranslatablePersistenceConverter;
88
import no.ssb.klass.testutil.TestDataProvider;
99
import no.ssb.klass.testutil.TestUtil;
10-
import org.junit.Ignore;
1110
import org.junit.jupiter.api.BeforeEach;
11+
import org.junit.jupiter.api.Disabled;
1212
import org.junit.jupiter.api.Test;
1313
import org.junit.jupiter.api.extension.ExtendWith;
1414
import org.springframework.beans.factory.annotation.Autowired;
@@ -30,13 +30,13 @@
3030
/**
3131
* @author Mads Lundemo, SSB.
3232
*/
33-
// This test exposes a bug. The bug is fixed in klass-shared v2.x versions since this functionality is
34-
// only used in Klass forvaltning which uses klass-shared v2.x
35-
@Ignore
3633
@ExtendWith(SpringExtension.class)
3734
@SpringBootTest()
3835
@ActiveProfiles({ConfigurationProfiles.POSTGRES_EMBEDDED, ConfigurationProfiles.MOCK_MAILSERVER})
3936
@Transactional
37+
// This test exposes a bug. The bug is fixed in klass-shared v2.x versions since this functionality is
38+
// only used in Klass forvaltning which uses klass-shared v2.x
39+
@Disabled
4040
public class UserRepositoryTest {
4141

4242
@Autowired

0 commit comments

Comments
 (0)