This is an automated email from the ASF dual-hosted git repository. hqtran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit dbf8fa5481e492b2be7985d1dda556868cd0041d Author: Quan Tran <[email protected]> AuthorDate: Wed Sep 17 11:16:20 2025 +0700 [BUILD] [rabbitmq-webadmin-integration-test] Remove BasicFeature tag for RabbitMQUnauthorizedEndpointsTest Testing a custom webadmin AuthenticationFilter is not really a basic feature. --- .../integration/rabbitmq/RabbitMQUnauthorizedEndpointsTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQUnauthorizedEndpointsTest.java b/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQUnauthorizedEndpointsTest.java index d6ab3eff5d..ed0986b9d7 100644 --- a/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQUnauthorizedEndpointsTest.java +++ b/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQUnauthorizedEndpointsTest.java @@ -30,7 +30,6 @@ import org.apache.james.JamesServerBuilder; import org.apache.james.JamesServerExtension; import org.apache.james.SearchConfiguration; import org.apache.james.backends.rabbitmq.DockerRabbitMQSingleton; -import org.apache.james.junit.categories.BasicFeature; import org.apache.james.modules.AwsS3BlobStoreExtension; import org.apache.james.modules.RabbitMQExtension; import org.apache.james.modules.TestRabbitMQModule; @@ -58,12 +57,10 @@ import org.apache.james.webadmin.routes.UserQuotaRoutes; import org.apache.james.webadmin.routes.UserRoutes; import org.apache.james.webadmin.vault.routes.DeletedMessagesVaultRoutes; import org.eclipse.jetty.http.HttpStatus; -import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.extension.RegisterExtension; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.ValueSource; -@Tag(BasicFeature.TAG) class RabbitMQUnauthorizedEndpointsTest extends UnauthorizedEndpointsTest { @RegisterExtension static JamesServerExtension testExtension = new JamesServerBuilder<CassandraRabbitMQJamesConfiguration>(tmpDir -> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
