Skip to content

Commit

Permalink
Disables long-running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Jan 6, 2023
1 parent 1dac73b commit 1a0ae4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<DynamicTest> dynamicTestsMultiply() {
Expand Down

0 comments on commit 1a0ae4b

Please sign in to comment.