Skip to content

Commit

Permalink
Disable flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: keliramu <[email protected]>
  • Loading branch information
keliramu committed Oct 30, 2024
1 parent 815e528 commit a9922f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/qa/test_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def test_connect_to_group_random_server_by_name_obfuscated(tech, proto, obfuscat
disconnect_base_test()


@pytest.mark.skip("flaky test, LVPN-6277")
# the tun interface is recreated only for OpenVPN
@pytest.mark.parametrize(("tech", "proto", "obfuscated"), lib.OBFUSCATED_TECHNOLOGIES)
def test_connect_network_restart_recreates_tun_interface(tech, proto, obfuscated):
Expand Down

0 comments on commit a9922f6

Please sign in to comment.