summaryrefslogtreecommitdiffstats
path: root/test/functional/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/tests.py')
-rw-r--r--test/functional/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/tests.py b/test/functional/tests.py
index daa8897..9cb328d 100644
--- a/test/functional/tests.py
+++ b/test/functional/tests.py
@@ -2200,7 +2200,6 @@ class TestSlo(Base):
set_up = False
def setUp(self):
- raise SkipTest("SLO not enabled yet in gluster-swift")
super(TestSlo, self).setUp()
if self.env.slo_enabled is False:
raise SkipTest("SLO not enabled")