From 87ded64b153683eef2c43097998eefe267455409 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Fri, 13 Oct 2023 13:40:45 +0200 Subject: [PATCH] Ignore Snapshots from filtering in devtools ITs --- integration-tests/devtools/pom.xml | 3 +++ .../testGradleContent/build.gradle | 1 + .../KotlinSerializationCodestartTest/testMavenContent/pom.xml | 1 + 3 files changed, 5 insertions(+) diff --git a/integration-tests/devtools/pom.xml b/integration-tests/devtools/pom.xml index d69b37ce95368e..42b88a83ac9c52 100644 --- a/integration-tests/devtools/pom.xml +++ b/integration-tests/devtools/pom.xml @@ -69,6 +69,9 @@ ${basedir}/src/test/resources true + + __snapshots__/** + diff --git a/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleContent/build.gradle b/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleContent/build.gradle index 3f9d893cda2bc4..da17d78fb5beec 100644 --- a/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleContent/build.gradle +++ b/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleContent/build.gradle @@ -35,6 +35,7 @@ test { allOpen { annotation("jakarta.ws.rs.Path") annotation("jakarta.enterprise.context.ApplicationScoped") + annotation("jakarta.persistence.Entity") annotation("io.quarkus.test.junit.QuarkusTest") } diff --git a/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testMavenContent/pom.xml b/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testMavenContent/pom.xml index a4504b965ed609..29e339b51708eb 100644 --- a/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testMavenContent/pom.xml +++ b/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testMavenContent/pom.xml @@ -162,6 +162,7 @@ +