aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_container.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_container.py')
-rw-r--r--test/test_container.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_container.py b/test/test_container.py
index 5e38f2a192d..66b7748630f 100644
--- a/test/test_container.py
+++ b/test/test_container.py
@@ -21,7 +21,7 @@ class Conn(L4_Conn):
pass
-@unittest.skipUnless(running_extended_tests(), "part of extended tests")
+@unittest.skipUnless(running_extended_tests, "part of extended tests")
class ContainerIntegrationTestCase(VppTestCase):
""" Container integration extended testcases """