Skip to content

Commit

Permalink
Update(ConfigTests): Add HTTPS test to smoke subset
Browse files Browse the repository at this point in the history
  • Loading branch information
rkubis committed Nov 11, 2024
1 parent a175bf7 commit c419c8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
public abstract class ConfigTests extends TestBase {
@Test
@Tag("https")
@Tag("smoke")
public void testConfigHttps() throws InterruptedException, ExecutionException, TimeoutException {
// Deploy registry with PostgreSQL storage and without Keycloak
ApicurioRegistry apicurioRegistry = deployTestRegistry(PersistenceKind.SQL, null, false);
Expand Down

0 comments on commit c419c8a

Please sign in to comment.