diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_dhcp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_dhcp.py b/test/test_dhcp.py index df33d076a24..b3bd3a1d3cd 100644 --- a/test/test_dhcp.py +++ b/test/test_dhcp.py @@ -1195,6 +1195,7 @@ class TestDHCP(VppTestCase): self.pg4.unconfig_ip6() self.pg5.unconfig_ip6() + @unittest.skipUnless(running_extended_tests(), "part of extended tests") def test_dhcp_client(self): """ DHCP Client""" |