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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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