diff options
author | adrianvillin <avillin@cisco.com> | 2023-12-22 16:52:56 +0100 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-12-22 17:32:10 +0000 |
commit | a77d4ca32a633304c929565857f88f17c2df14d3 (patch) | |
tree | 86f81a4d950ce6a651abd3eaa7b64d40c50626d8 /test | |
parent | f26bbeac4bc3f46d15664bc76baaf17bb4bb655c (diff) |
tests: Temporarily skip an unstable test
Type: test
Change-Id: Idd608511ed350a8e13afff393e558e20d52627a0
Signed-off-by: adrianvillin <avillin@cisco.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/test_flowprobe.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_flowprobe.py b/test/test_flowprobe.py index ca2bbb53cbc..609099980fc 100644 --- a/test/test_flowprobe.py +++ b/test/test_flowprobe.py @@ -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 = [] |