ipc: Skip socketOptions test on Qt < 5.4.

This commit is contained in:
Florian Bruhin 2015-10-07 22:04:30 +02:00
parent a5df7675eb
commit 129df05932

View File

@ -897,6 +897,8 @@ def test_socket_options_listen_problem(qlocalserver, short_tmpdir):
@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):
"""Qt seems to ignore AddressInUseError when using socketOptions.