tests: Temporarily skip an unstable test 38/40138/3
authoradrianvillin <avillin@cisco.com>
Fri, 22 Dec 2023 15:52:56 +0000 (16:52 +0100)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 22 Dec 2023 17:32:10 +0000 (17:32 +0000)
Type: test

Change-Id: Idd608511ed350a8e13afff393e558e20d52627a0
Signed-off-by: adrianvillin <avillin@cisco.com>
test/test_flowprobe.py

index ca2bbb5..6090999 100644 (file)
@@ -421,8 +421,11 @@ class Flowprobe(MethodHolder):
         ipfix.remove_vpp_config()
         self.logger.info("FFP_TEST_FINISH_0001")
 
+    @unittest.skipUnless(
+        config.extended, "Test is unstable (assertion error, needs to be fixed"
+    )
     def test_0002(self):
-        """timer greater than template timeout"""
+        """timer greater than template timeout [UNSTABLE, FIX ME]"""
         self.logger.info("FFP_TEST_START_0002")
         self.pg_enable_capture(self.pg_interfaces)
         self.pkts = []