bos #24180 This test is not needed anymore

This commit is contained in:
vsr 2022-03-28 12:10:13 +03:00
parent 64547701f8
commit a3351b3fb0
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
# Find if SALOME_ACTOR_DELEGATE_TO_VTK is activated
import os
import sys
if 'SALOME_ACTOR_DELEGATE_TO_VTK' not in os.environ:
raise RuntimeError('SALOME_ACTOR_DELEGATE_TO_VTK is not set!')

View File

@ -124,7 +124,6 @@ SET(GOOD_TESTS
filters_ex39.py filters_ex39.py
filters_node_nb_conn.py filters_node_nb_conn.py
filters_belong2group.py filters_belong2group.py
find_salome_actor_delegate_to_vtk.py
grouping_elements_ex01.py grouping_elements_ex01.py
grouping_elements_ex02.py grouping_elements_ex02.py
grouping_elements_ex03.py grouping_elements_ex03.py