Salome HOME
bos #24180 This test is not needed anymore
[modules/smesh.git] / doc / salome / examples / tests.set
index f3ae67d3a2ba18601fc339270958024397eacbad..7566514b555ccb9210b3b72fb2c00212f2109ada 100644 (file)
@@ -43,9 +43,7 @@ SET(BAD_TESTS
   quality_controls_ex22.py
   viewing_meshes_ex01.py
   radial_prism_3d_algo.py
-  test_smeshplugin_mg_tetra_parallele.py
   test_smeshplugins.py
-  MGAdaptTests_without_session.py
   blocFissure_01_without_session.py
   blocFissure_02_without_session.py
   blocFissure_03_without_session.py
@@ -55,6 +53,19 @@ SET(BAD_TESTS
   blocFissure_07_without_session.py
   )
 
+IF(NOT WIN32)
+  LIST(APPEND BAD_TESTS
+    MGAdaptTests_without_session.py
+    test_smeshplugin_mg_tetra_parallele.py
+  )
+  IF(MED_INT_IS_LONG)
+    LIST(APPEND BAD_TESTS
+      test_homard_adapt.py
+      test_uniform_refinement.py
+    )
+  ENDIF(MED_INT_IS_LONG)
+ENDIF(NOT WIN32)
+
 SET(GOOD_TESTS
   cartesian_algo.py
   create_penta_biquad.py
@@ -113,7 +124,6 @@ SET(GOOD_TESTS
   filters_ex39.py
   filters_node_nb_conn.py
   filters_belong2group.py
-  find_salome_actor_delegate_to_vtk.py
   grouping_elements_ex01.py
   grouping_elements_ex02.py
   grouping_elements_ex03.py
@@ -200,6 +210,7 @@ set(SESSION_FREE_TESTS
   shaper_smesh_groups_without_session.py
   basic_smesh_output_with_mc_field.py
   ssl_hdf5_symbols_conflicts.py
+  doublenodes_polyhedra.py
 )
 
 SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} ${SESSION_FREE_TESTS} testme.py)