Skip to content

Commit 15a014b

Browse files
authored
Skipping another flaky test temporarily (#1878)
test_dependency is under investigation
1 parent f501e1c commit 15a014b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_port_dpb_lag.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def check_syslog(self, dvs, marker, log, expected_cnt):
1010
(exitcode, num) = dvs.runcmd(['sh', '-c', "awk \'/%s/,ENDFILE {print;}\' /var/log/syslog | grep \"%s\" | wc -l" % (marker, log)])
1111
assert num.strip() >= str(expected_cnt)
1212

13+
@pytest.mark.skip(reason="Failing. Under investigation")
1314
def test_dependency(self, dvs):
1415
lag = "0001"
1516
p = Port(dvs, "Ethernet0")

0 commit comments

Comments
 (0)