From 828d4940ec208c41189c650c99bd979cc7a38bd8 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Wed, 4 Aug 2021 15:01:28 +0100 Subject: [PATCH] ARTEMIS-3302: enable some integration tests (primarily TLS+security) in the fast-tests profile Help catch issues in these areas on PR runs rather than full builds. --- pom.xml | 4 ++++ tests/integration-tests/pom.xml | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 4151d16260..46b66bacba 100644 --- a/pom.xml +++ b/pom.xml @@ -1120,6 +1120,10 @@ false false false + + false diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 7517eee99e..0d9a4f6154 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -564,6 +564,28 @@ + + + fast-tests + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/integration/security/*Test.java + **/integration/ssl/*Test.java + **/integration/amqp/JMSSaslExternalTest.java + **/integration/amqp/connect/AMQPConnectSaslTest.java + + + + + + + jdk16on