mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
bos #26615 Disable MGAdaptTests_without_session.py on Windows (Adaptation is not supported yet)
This commit is contained in:
parent
9900ce4eab
commit
73d7ef94ef
@ -44,7 +44,6 @@ SET(BAD_TESTS
|
||||
viewing_meshes_ex01.py
|
||||
radial_prism_3d_algo.py
|
||||
test_smeshplugins.py
|
||||
MGAdaptTests_without_session.py
|
||||
blocFissure_01_without_session.py
|
||||
blocFissure_02_without_session.py
|
||||
blocFissure_03_without_session.py
|
||||
@ -54,8 +53,9 @@ SET(BAD_TESTS
|
||||
blocFissure_07_without_session.py
|
||||
)
|
||||
|
||||
IF (NOT WIN32)
|
||||
IF(NOT WIN32)
|
||||
LIST(APPEND BAD_TESTS
|
||||
MGAdaptTests_without_session.py
|
||||
test_smeshplugin_mg_tetra_parallele.py
|
||||
)
|
||||
ENDIF(NOT WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user