Skip to content

Commit

Permalink
change surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
andifalk committed Oct 30, 2023
1 parent 4d9e3bb commit 4b49508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions reactive-playground/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<version>3.2.1</version>
<configuration>
<argLine>-XX:+AllowRedefinitionToAddDeleteMethods</argLine>
<excludedGroups>manual</excludedGroups>
</configuration>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4b49508

Please sign in to comment.