summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_tap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tap.py b/test/test_tap.py
index 2e66da30c02..b47b1a275a0 100644
--- a/test/test_tap.py
+++ b/test/test_tap.py
@@ -9,7 +9,7 @@ def check_tuntap_driver_access():
return os.access("/dev/net/tun", os.R_OK and os.W_OK)
-@unittest.skipIf(check_tuntap_driver_access(), "Permission denied")
+@unittest.skip("Requires root")
class TestTAP(VppTestCase):
""" TAP Test Case """