From bc0755e1070f3a93ffd03c89db606f1a9ec12d2c Mon Sep 17 00:00:00 2001 From: Florian Weik Date: Tue, 18 Feb 2020 21:18:29 +0100 Subject: [PATCH] testsuite: Added missing feature guard to oif_volume_conservation test --- testsuite/python/oif_volume_conservation.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testsuite/python/oif_volume_conservation.py b/testsuite/python/oif_volume_conservation.py index a456b9dcbcc..9bc6b5fcf35 100644 --- a/testsuite/python/oif_volume_conservation.py +++ b/testsuite/python/oif_volume_conservation.py @@ -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