Skip to content

Commit

Permalink
tests: turn off ndb chaotic test
Browse files Browse the repository at this point in the history
  • Loading branch information
svinota committed Oct 28, 2023
1 parent 9d3de37 commit 23dc8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_linux/test_ndb/test_chaotic.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
pytestmark = [require_root()]


@pytest.mark.xfail(reason='flaky test, only to collect failure logs')
def test_add_del_ip_dict(context):
# @pytest.mark.xfail(reason='flaky test, only to collect failure logs')
def __test_add_del_ip_dict(context):
ifname = context.new_ifname
ifaddr1 = context.new_ipaddr
ifaddr2 = context.new_ipaddr
Expand Down

0 comments on commit 23dc8ca

Please sign in to comment.