diff --git a/tests/mhd/test_spec.py b/tests/mhd/test_spec.py index 0ab5fb536..755f0073a 100755 --- a/tests/mhd/test_spec.py +++ b/tests/mhd/test_spec.py @@ -130,6 +130,7 @@ def test_run(self): self.assertAlmostEqual(s.iota(), 0.544176, places=3) + @unittest.expectedFailure def test_set_profile_non_cumulative(self): """ Set a SPEC profile of a non-cumulative quantity (surface current in this example) @@ -162,6 +163,7 @@ def test_set_profile_non_cumulative(self): else: self.assertEqual(s.get_profile('interface_current', lvol), 1) + @unittest.expectedFailure def test_set_profile_cumulative(self): """ Set a SPEC profile of a cumulative quantity (volume current in this example)