summaryrefslogtreecommitdiffstats
path: root/test/test_vom.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vom.py')
-rw-r--r--test/test_vom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vom.py b/test/test_vom.py
index 6aba555a9c9..222d72c1238 100644
--- a/test/test_vom.py
+++ b/test/test_vom.py
@@ -8,7 +8,7 @@ from framework import VppTestCase, running_extended_tests, \
VppTestRunner, Worker
-@unittest.skipUnless(running_extended_tests(), "part of extended tests")
+@unittest.skipUnless(running_extended_tests, "part of extended tests")
class VOMTestCase(VppTestCase):
""" VPP Object Model Test """