Disable all of test_potrs.c on RISCV for now

This commit is contained in:
Martin Kroeker
2023-06-22 15:13:19 +02:00
committed by GitHub
parent 61153f2c1f
commit 0f87ed2682

View File

@@ -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