Skip to content

Commit 80e1de8

Browse files
committed
updated tests
1 parent 0fe6f3c commit 80e1de8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- export MPLBACKEND="AGG"
3434
- mkdir test_output
3535
- cd test_output
36-
- py.test -v --forked --import-mode=importlib ../test --ignore ../test/test_mbd_chrono.py --ignore ../test/AddedMass
36+
- py.test -v --forked --import-mode=importlib ../test

test/test_mbd_chrono.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import pychrono as chrono
77

88
class TestCable(unittest.TestCase):
9+
@pytest.mark.skip()
910
def testHangingCableANCF(self):
1011
g = np.array([0.,0.,-9.81])
1112
system = fsi.ProtChSystem()
@@ -81,6 +82,7 @@ def testSetterGetter(self):
8182
npt.assert_almost_equal(mass0, mass)
8283

8384
#CURRENTLY NOT FULLY WORKING
85+
@pytest.mark.skip()
8486
def testHangingCableEuler(self):
8587
g = np.array([0.,0.,-9.81])
8688
system = fsi.ProtChSystem()

0 commit comments

Comments
 (0)