aboutsummaryrefslogtreecommitdiff
path: root/standalone/src
diff options
context:
space:
mode:
authorJ08nY2024-05-07 16:24:22 +0200
committerJ08nY2024-05-07 16:24:22 +0200
commit2e6207f7d83d9efb8db571ca4f04d79ca63f212f (patch)
tree839fce998ca4e48472cc29902f32b208dca8932e /standalone/src
parent910ccecc91097616e407ed85bba91eae80309174 (diff)
downloadECTester-2e6207f7d83d9efb8db571ca4f04d79ca63f212f.tar.gz
ECTester-2e6207f7d83d9efb8db571ca4f04d79ca63f212f.tar.zst
ECTester-2e6207f7d83d9efb8db571ca4f04d79ca63f212f.zip
Diffstat (limited to 'standalone/src')
-rw-r--r--standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java4
1 files changed, 4 insertions, 0 deletions
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")