Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/core/unittest/UnitTestXallocate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//==================================================================================

//==================================================================================
// ATTENTION: THIS TEST IS TEMPORARILY DISABLED!
//==================================================================================
#if (0)
/*
This code exercises the block allocator utility of the OpenFHE lattice encryption library.
*/
Expand Down Expand Up @@ -205,3 +209,4 @@ TEST(UTBlockAllocate, xalloc_test) {
// xalloc_destroy();
}
#endif
#endif