Skip to content

Commit

Permalink
Disable iterator tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jun 8, 2024
1 parent 2d72a9c commit 0e8aad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/primitives/iterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include "../test.hpp"
#include "../mocks/chunk_storage.hpp"

#if defined(DISABLED)

BOOST_AUTO_TEST_SUITE(iterator_tests)

using namespace system;
Expand Down Expand Up @@ -182,3 +184,5 @@ BOOST_AUTO_TEST_CASE(iterator__next__true__non_terminal)
}

BOOST_AUTO_TEST_SUITE_END()

#endif // DISABLED

0 comments on commit 0e8aad2

Please sign in to comment.