Skip to content

Commit 19d5ea0

Browse files
committed
nix: re-enable tests after #432
1 parent 23cc7c5 commit 19d5ea0

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

flake.nix

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@
3030
];
3131
};
3232
postPatch = "";
33-
nativeCheckInputs = [
34-
final.ctestCheckHook
35-
];
36-
# ref. https://github.com/Simple-Robotics/proxsuite/issues/426
37-
preCheck = ''
38-
disabledTests+=(
39-
"ProxQP::dense: test primal infeasibility solving"
40-
"dense maros meszaros using the api"
41-
"sparse maros meszaros using the API"
42-
)
43-
'';
4433
};
4534
};
4635
eigen5 = final: prev: {

0 commit comments

Comments
 (0)