Description: Disable tests that make page size assumptions
 Page size differs depending on architecture and kernel configuration.
Author: Adrian Bunk <bunk@debian.org>

--- libmmap-allocator-0.4.0+git20200122.adbfbe1.orig/test_allocator.cpp
+++ libmmap-allocator-0.4.0+git20200122.adbfbe1/test_allocator.cpp
@@ -489,7 +489,7 @@ int main(int argc, char ** argv)
 {
 	set_verbosity(1);
 
-	test_page_align_macros();
+	//test_page_align_macros();
 	test_throw_catch();
 	test_exceptions();
 	test_mmap_file_pool();
