Skip to content

Commit

Permalink
Disable finite fields unit test if cocoa is not enabled (cvc5#10229)
Browse files Browse the repository at this point in the history
Should fix nightly failures.
  • Loading branch information
ajreynol authored Dec 14, 2023
1 parent 3e07a65 commit 5c2c8a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit/api/cpp/solver_black.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3915,6 +3915,8 @@ TEST_F(TestApiBlackSolver, multipleSolvers)
}
}

#ifdef CVC5_USE_COCOA

TEST_F(TestApiBlackSolver, basicFiniteField)
{
Solver slv;
Expand All @@ -3941,6 +3943,8 @@ TEST_F(TestApiBlackSolver, basicFiniteField)
ASSERT_FALSE(slv.checkSat().isSat());
}

#endif

TEST_F(TestApiBlackSolver, basicFiniteFieldBase)
{
Solver slv;
Expand Down

0 comments on commit 5c2c8a8

Please sign in to comment.