From 0f87ed26826c2b3ac2d330dd400339fc5e6e0257 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 22 Jun 2023 15:13:19 +0200 Subject: [PATCH] Disable all of test_potrs.c on RISCV for now --- utest/test_potrs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utest/test_potrs.c b/utest/test_potrs.c index 57c34667a..3613eefc3 100644 --- a/utest/test_potrs.c +++ b/utest/test_potrs.c @@ -399,7 +399,7 @@ CTEST(potrf, bug_695){ } #endif } -#endif + // Check potrf factorizes a small problem correctly CTEST(potrf, smoketest_trivial){ @@ -571,3 +571,4 @@ CTEST(potrf, smoketest_trivial){ } } } +#endif