Skip to content

Commit

Permalink
testsuite: Added missing feature guard to oif_volume_conservation test
Browse files Browse the repository at this point in the history
  • Loading branch information
fweik committed Feb 18, 2020
1 parent e3eba91 commit bc0755e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testsuite/python/oif_volume_conservation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
import espressomd
import numpy as np
import unittest as ut
from tests_common import abspath

from tests_common import abspath
import unittest_decorators as utx

@utx.skipIfMissingFeatures("MASS")
class OifVolumeConservation(ut.TestCase):

"""Loads a soft elastic sphere via object_in_fluid, stretches it and checks
Expand Down

0 comments on commit bc0755e

Please sign in to comment.