From 5865b247086cd8ddfd0f44120a096f11da277e14 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 13 Feb 2026 18:56:45 -0800 Subject: [PATCH] disable sprs_testf.x test until issue https://github.com/GlobalArrays/ga/issues/386 is addressed --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e07e3a54c..f01996b97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -636,7 +636,7 @@ endif GLOBAL_SERIAL_TESTS = GLOBAL_SERIAL_TESTS_XFAIL = GLOBAL_PARALLEL_TESTS = -GLOBAL_PARALLEL_TESTS_XFAIL = +GLOBAL_PARALLEL_TESTS_XFAIL = global/testing/sprs_testf$(EXEEXT) GLOBAL_THREADED_TESTS = GLOBAL_TESTS = $(GLOBAL_SERIAL_TESTS) $(GLOBAL_PARALLEL_TESTS) GLOBAL_TESTS_XFAIL = $(GLOBAL_SERIAL_TESTS_XFAIL) $(GLOBAL_PARALLEL_TESTS_XFAIL)