Skip to content

Commit

Permalink
restart test after feature activation
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Wiedemann <[email protected]>
  • Loading branch information
wistefan committed Apr 8, 2024
1 parent 7beca5e commit 3372d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
/**
* Super class for all OID4VC tests. Provides convenience methods to ease the testing.
*/
@EnableFeature(value = Profile.Feature.OID4VC_VCI, skipRestart = true)
@EnableFeature(value = Profile.Feature.OID4VC_VCI, skipRestart = false)
public abstract class OID4VCTest extends AbstractTestRealmKeycloakTest {

private static final Logger LOGGER = Logger.getLogger(OID4VCTest.class);
Expand Down

0 comments on commit 3372d3c

Please sign in to comment.