Skip to content

Commit

Permalink
disable other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Jun 28, 2024
1 parent 66708de commit b1a41ba
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/run_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,7 @@ _SKIP(mpc_bug)
#endif

static const char *all_tests(void) {
mu_run_test(test_validation);
mu_run_test(degenerate);
mu_run_test(small_lp);
mu_run_test(small_qp);
mu_run_test(rob_gauss_cov_est);
mu_run_test(hs21_tiny_qp);
mu_run_test(hs21_tiny_qp_rw);
mu_run_test(qafiro_tiny_qp);
mu_run_test(infeasible_tiny_qp);
mu_run_test(unbounded_tiny_qp);
mu_run_test(random_prob);
mu_run_test(max_ent);
mu_run_test(mpc_bug);
mu_run_test(test_exp_cone);
return 0;
}
int main(void) {
Expand Down

0 comments on commit b1a41ba

Please sign in to comment.