Skip to content

Commit

Permalink
Comment out test that might cause crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted authored and martaiborra committed Dec 27, 2023
1 parent dd2998f commit aadfdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/b2nd/test_b2nd_save.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CUTEST_TEST_SETUP(save) {
{3, {40, 55, 23}, {31, 5, 22}, {4, 4, 4}},
// The test below makes CI to crash. I have not been able to reproduce this
// manually on a Linux (Fedora) and ARM64 (M1), so anyways.
//{3, {100, 0, 12}, {31, 0, 12}, {10, 0, 12}},
// {3, {100, 0, 12}, {31, 0, 12}, {10, 0, 12}},
));
CUTEST_PARAMETRIZE(backend, _test_backend, CUTEST_DATA(
{true, false},
Expand Down

0 comments on commit aadfdfd

Please sign in to comment.