diff --git a/.travis.yml b/.travis.yml index ef0e4423b0..d2f59ca96b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,4 @@ jobs: - export MPLBACKEND="AGG" - mkdir test_output - cd test_output - - py.test -v --forked --import-mode=importlib ../test --ignore ../test/test_mbd_chrono.py --ignore ../test/AddedMass + - py.test -v --forked --import-mode=importlib ../test diff --git a/test/test_mbd_chrono.py b/test/test_mbd_chrono.py index d529692418..3e2ce9c21a 100644 --- a/test/test_mbd_chrono.py +++ b/test/test_mbd_chrono.py @@ -6,6 +6,7 @@ import pychrono as chrono class TestCable(unittest.TestCase): + @pytest.mark.skip() def testHangingCableANCF(self): g = np.array([0.,0.,-9.81]) system = fsi.ProtChSystem() @@ -81,6 +82,7 @@ def testSetterGetter(self): npt.assert_almost_equal(mass0, mass) #CURRENTLY NOT FULLY WORKING + @pytest.mark.skip() def testHangingCableEuler(self): g = np.array([0.,0.,-9.81]) system = fsi.ProtChSystem()