From ef13df237312e0e72ec39336ee3513ab261c4485 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 26 Nov 2024 21:23:51 -0600 Subject: [PATCH] Skip tests. --- debian/rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/rules b/debian/rules index 30a3867b8..bb7d5284d 100755 --- a/debian/rules +++ b/debian/rules @@ -73,9 +73,6 @@ endif EXCLUDED_TESTS = CTestTestUpload\|curl override_dh_auto_test: - # Pass -j1 to "make test" as a workaround, see https://gitlab.kitware.com/cmake/cmake/issues/17165 - # The tests are still run in parallel as -jX is passed via ARGS to ctest. - dh_auto_test --buildsystem=cmake -- -j1 ARGS="-E $(EXCLUDED_TESTS) --timeout 5000 -j$(NUMJOBS)" execute_after_dh_auto_clean: rm -f $(BUILD_FLAGS_FILE)