From 14b589889eda91bfd47f60d83e1c1d47217e9124 Mon Sep 17 00:00:00 2001 From: regislebrun Date: Wed, 11 Oct 2023 21:58:09 +0200 Subject: [PATCH] Removed output from MeshBoundaryFactory test The use of unordered_map makes the comparison of the output unreliable as the order in which the boundary elements are built is system dependent. --- python/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/test/CMakeLists.txt b/python/test/CMakeLists.txt index 6f006ac36af..524ac4d2cc9 100644 --- a/python/test/CMakeLists.txt +++ b/python/test/CMakeLists.txt @@ -261,7 +261,7 @@ ot_pyinstallcheck_test (LevelSet_std) ot_pyinstallcheck_test (LevelSetMesher_std) ot_pyinstallcheck_test (Mesh_std) ot_pyinstallcheck_test (Mesh_draw IGNOREOUT) -ot_pyinstallcheck_test (MeshBoundaryFactory_std) +ot_pyinstallcheck_test (MeshBoundaryFactory_std IGNOREOUT) ot_pyinstallcheck_test (DomainComplement_std) ot_pyinstallcheck_test (DomainDifference_std) ot_pyinstallcheck_test (DomainIntersection_std)