diff options
Diffstat (limited to 'test/test_nat64.py')
-rw-r--r-- | test/test_nat64.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_nat64.py b/test/test_nat64.py index a28d7257aa0..0ddce3d23ec 100644 --- a/test/test_nat64.py +++ b/test/test_nat64.py @@ -12,7 +12,6 @@ from config import config from framework import VppTestCase from asfframework import ( tag_fixme_vpp_workers, - tag_fixme_ubuntu2204, is_distro_ubuntu2204, VppTestRunner, ) @@ -40,7 +39,6 @@ from config import config @tag_fixme_vpp_workers -@tag_fixme_ubuntu2204 @unittest.skipIf("nat" in config.excluded_plugins, "Exclude NAT plugin tests") class TestNAT64(VppTestCase): """NAT64 Test Cases""" |