Skip to content

Commit

Permalink
Merge pull request #33245 from geoand/elytron-jdbc-tests
Browse files Browse the repository at this point in the history
Reduce the number of dev mode tests run in Elytron JDBC extension
  • Loading branch information
geoand authored May 10, 2023
2 parents 02371fa + db32c5d commit a196aa3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package io.quarkus.elytron.security.jdbc;

import static io.quarkus.elytron.security.jdbc.JdbcSecurityRealmTest.testClasses;

import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.util.Arrays;
Expand All @@ -19,7 +21,7 @@
import io.restassured.RestAssured;

//see https://github.com/quarkusio/quarkus/issues/9296
public class CustomRoleDecoderDevModeTest extends JdbcSecurityRealmTest {
public class CustomRoleDecoderDevModeTest {

static Class[] testClassesWithCustomRoleDecoder = Stream.concat(
Arrays.stream(testClasses),
Expand Down

0 comments on commit a196aa3

Please sign in to comment.