From 1a0ae4bd99dd5ab1db4e867ee74ab725517ff346 Mon Sep 17 00:00:00 2001 From: Werner Randelshofer Date: Fri, 6 Jan 2023 14:36:01 +0100 Subject: [PATCH] Disables long-running tests. --- .../ch/randelshofer/fastdoubleparser/FftMultiplierTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/FftMultiplierTest.java b/fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/FftMultiplierTest.java index 6d2194eb..36a024a0 100644 --- a/fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/FftMultiplierTest.java +++ b/fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/FftMultiplierTest.java @@ -15,7 +15,7 @@ import static org.junit.jupiter.api.DynamicTest.dynamicTest; public class FftMultiplierTest { - private boolean longRunningTests = !"false".equals(System.getProperty("xenableLongRunningTests")); + private boolean longRunningTests = !"false".equals(System.getProperty("enableLongRunningTests")); @TestFactory public List dynamicTestsMultiply() {