From 2e6207f7d83d9efb8db571ca4f04d79ca63f212f Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 7 May 2024 16:24:22 +0200 Subject: Disable bad tests via comment instead of @Disable. --- standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'standalone/src/test/java') diff --git a/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java b/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java index c94824c..c39ee54 100644 --- a/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java +++ b/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java @@ -208,6 +208,7 @@ public class AppTests { ECTesterStandalone.main(args); } + /* @ParameterizedTest @MethodSource("libs") // TODO: This breaks the tests because the libs do all sorts of weird stuff here. @@ -222,6 +223,7 @@ public class AppTests { } ECTesterStandalone.main(args); } + */ @ParameterizedTest @MethodSource("libs") @@ -233,6 +235,7 @@ public class AppTests { ECTesterStandalone.main(args); } + /* @ParameterizedTest @MethodSource("libs") // TODO: This breaks the tests because the libs do all sorts of weird stuff here. @@ -247,6 +250,7 @@ public class AppTests { } ECTesterStandalone.main(args); } + */ @ParameterizedTest @MethodSource("libs") -- cgit v1.2.3-70-g09d2