From: Boyuan Yang <byang@debian.org>
Date: Tue, 17 Sep 2024 12:41:54 -0400
Subject: Disable large tests as suggested upstream

See https://github.com/chaos/powerman/issues/206 .
---
 t/t0039-llnl-el-capitan-cluster.t | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/t/t0039-llnl-el-capitan-cluster.t b/t/t0039-llnl-el-capitan-cluster.t
index cf0d780..c572547 100755
--- a/t/t0039-llnl-el-capitan-cluster.t
+++ b/t/t0039-llnl-el-capitan-cluster.t
@@ -4,6 +4,12 @@ test_description='Check LLNL El Capitan config'
 
 . `dirname $0`/sharness.sh
 
+test -n "$TEST_LONG" && test_set_prereq LONGTEST
+if ! test_have_prereq LONGTEST; then
+        skip_all='skipping large scale El Capitan test'
+        test_done
+fi
+
 ulimit -n 2048
 
 powermand=$SHARNESS_BUILD_DIRECTORY/src/powerman/powermand
