[Test] Disabled a test that requires a feature missing from the old CVODE

This commit is contained in:
Ray Speth 2013-05-23 19:33:02 +00:00
parent 38cf1b9fec
commit d1b9d3e6ad

View file

@ -577,6 +577,9 @@ class TestFlowReactor(utilities.CanteraTest):
self.assertNear(v0, r.speed)
self.assertNear(r.distance, v0 * t)
@unittest.skipUnless(ct._have_sundials(),
"Disabled until there is an interface for setting the "
"max_err_test_fails parameter for the old CVODE")
def test_reacting(self):
g = ct.Solution('gri30.xml')
g.TPX = 1400, 20*101325, 'CO:1.0, H2O:1.0'