From 4b495085a74f0b8a82b66ab3fc92ccff5c82c2da Mon Sep 17 00:00:00 2001 From: Andreas Falk Date: Mon, 30 Oct 2023 19:08:53 +0100 Subject: [PATCH] change surefire --- reactive-playground/pom.xml | 1 + .../src/test/java/com/example/BasicReactivePlaygroundTests.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/reactive-playground/pom.xml b/reactive-playground/pom.xml index a960e6e..77bef60 100644 --- a/reactive-playground/pom.xml +++ b/reactive-playground/pom.xml @@ -95,6 +95,7 @@ 3.2.1 -XX:+AllowRedefinitionToAddDeleteMethods + manual diff --git a/reactive-playground/src/test/java/com/example/BasicReactivePlaygroundTests.java b/reactive-playground/src/test/java/com/example/BasicReactivePlaygroundTests.java index a12a5de..f7e8170 100644 --- a/reactive-playground/src/test/java/com/example/BasicReactivePlaygroundTests.java +++ b/reactive-playground/src/test/java/com/example/BasicReactivePlaygroundTests.java @@ -24,7 +24,7 @@ import static org.assertj.core.api.Assertions.assertThat; @DisplayName("Basic reactive playground") -//@Tag("manual") +@Tag("manual") class BasicReactivePlaygroundTests { private static final Logger log = LoggerFactory.getLogger(BasicReactivePlaygroundTests.class);