From 15a014bf666916a253053f9419522e6b8e8e20f3 Mon Sep 17 00:00:00 2001 From: Prince Sunny Date: Tue, 17 Aug 2021 13:44:32 -0700 Subject: [PATCH] Skipping another flaky test temporarily (#1878) test_dependency is under investigation --- tests/test_port_dpb_lag.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_port_dpb_lag.py b/tests/test_port_dpb_lag.py index 44eddf4641fa..c56ec6134e9c 100644 --- a/tests/test_port_dpb_lag.py +++ b/tests/test_port_dpb_lag.py @@ -10,6 +10,7 @@ def check_syslog(self, dvs, marker, log, expected_cnt): (exitcode, num) = dvs.runcmd(['sh', '-c', "awk \'/%s/,ENDFILE {print;}\' /var/log/syslog | grep \"%s\" | wc -l" % (marker, log)]) assert num.strip() >= str(expected_cnt) + @pytest.mark.skip(reason="Failing. Under investigation") def test_dependency(self, dvs): lag = "0001" p = Port(dvs, "Ethernet0")