FEM: unit tests, deactivate vtk mesh test, because travis runs without vtk

This commit is contained in:
Bernd Hahnebach
2018-12-14 22:53:48 +01:00
parent 150bcfcd77
commit cc0ea5571e

View File

@@ -304,6 +304,7 @@ class TestMeshEleTetra10(unittest.TestCase):
"Test writing " + self.elem + " mesh to " + filetyp + " file failed. Volumes are different.\n"
)
'''
def test_tetra10_vkt(self):
# tetra10 element: reading from and writing to unv mesh file format
filetyp = 'vtk'
@@ -347,6 +348,7 @@ class TestMeshEleTetra10(unittest.TestCase):
femmesh_testfile.Volumes,
"Test writing " + self.elem + " mesh to " + filetyp + " file failed. Volumes are different.\n"
)
'''
def test_tetra10_z88(self):
# tetra10 element: reading from and writing to z88 mesh file format