We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430b823 commit e91c9b0Copy full SHA for e91c9b0
flake.nix
@@ -38,6 +38,13 @@
38
];
39
};
40
postPatch = "";
41
+ nativeCheckInputs = [ final.ctestCheckHook ];
42
+ disabledTests = [
43
+ # ref. https://github.com/Simple-Robotics/proxsuite/issues/426
44
+ "ProxQP::dense: test primal infeasibility solving"
45
+ "dense maros meszaros using the api"
46
+ "sparse maros meszaros using the API"
47
+ ];
48
49
50
eigen5Overlay = final: prev: {
0 commit comments