Skip to content

Commit

Permalink
Update(profiles): Add OAuth Kafka test to *-auth profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rkubis committed Mar 12, 2024
1 parent 98e7c0d commit ce12517
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import org.junit.jupiter.api.extension.ExtensionContext;

@Tag("bundle")
@Tag("bundle-auth")
@Tag("bundle-oauthkafka")
public class BundleOAuthKafkaTests extends OAuthKafkaTests {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

@Tag("olm")
@Tag("olm-clusterwide")
@Tag("olm-clusterwide-auth")
@Tag("olm-clusterwide-oauthkafka")
public class OLMClusterWideOAuthKafkaTests extends OLMOAuthKafkaTests {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

@Tag("olm")
@Tag("olm-namespace")
@Tag("olm-namespace-auth")
@Tag("olm-namespace-oauthkafka")
public class OLMNamespacedOAuthKafkaTests extends OLMOAuthKafkaTests {
@Override
Expand Down

0 comments on commit ce12517

Please sign in to comment.