From c497848082efd62ae8893929afd2530677ce336d Mon Sep 17 00:00:00 2001
From: Christian Breunig <christian@breunig.cc>
Date: Mon, 29 May 2023 22:32:32 +0200
Subject: smoketest: wifi: T5242: T5245: temporary disable IPv6 and VLAN tests

---
 smoketest/scripts/cli/test_interfaces_wireless.py | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'smoketest')

diff --git a/smoketest/scripts/cli/test_interfaces_wireless.py b/smoketest/scripts/cli/test_interfaces_wireless.py
index 5d77454b5..85432cf04 100755
--- a/smoketest/scripts/cli/test_interfaces_wireless.py
+++ b/smoketest/scripts/cli/test_interfaces_wireless.py
@@ -49,6 +49,10 @@ class WirelessInterfaceTest(BasicInterfaceTest.TestCase):
         # call base-classes classmethod
         super(WirelessInterfaceTest, cls).setUpClass()
 
+        # T5245 - currently testcases are disabled
+        cls._test_ipv6 = False
+        cls._test_vlan = False
+
     def test_wireless_add_single_ip_address(self):
         # derived method to check if member interfaces are enslaved properly
         super().test_add_single_ip_address()
-- 
cgit v1.2.3