File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
klass-shared/src/test/java/no/ssb/klass/core/repository Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77import no .ssb .klass .core .util .TranslatablePersistenceConverter ;
88import no .ssb .klass .testutil .TestDataProvider ;
99import no .ssb .klass .testutil .TestUtil ;
10- import org .junit .Ignore ;
1110import org .junit .jupiter .api .BeforeEach ;
11+ import org .junit .jupiter .api .Disabled ;
1212import org .junit .jupiter .api .Test ;
1313import org .junit .jupiter .api .extension .ExtendWith ;
1414import org .springframework .beans .factory .annotation .Autowired ;
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
4040public class UserRepositoryTest {
4141
4242 @ Autowired
You can’t perform that action at this time.
0 commit comments