ipc: Skip socketOptions test on Qt < 5.4.
This commit is contained in:
parent
a5df7675eb
commit
129df05932
@ -897,6 +897,8 @@ def test_socket_options_listen_problem(qlocalserver, short_tmpdir):
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.posix
|
@pytest.mark.posix
|
||||||
|
@pytest.mark.skipif(not qtutils.version_check('5.4'),
|
||||||
|
reason="setSocketOptions is even more broken on Qt < 5.4.")
|
||||||
def test_socket_options_address_in_use_problem(qlocalserver, short_tmpdir):
|
def test_socket_options_address_in_use_problem(qlocalserver, short_tmpdir):
|
||||||
"""Qt seems to ignore AddressInUseError when using socketOptions.
|
"""Qt seems to ignore AddressInUseError when using socketOptions.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user