test_ipc: Remove disconnect assert.
This commit is contained in:
parent
f682477960
commit
2f92ea92d8
@ -64,8 +64,7 @@ def qlocalsocket(qapp):
|
||||
yield socket
|
||||
socket.disconnectFromServer()
|
||||
if socket.state() != QLocalSocket.UnconnectedState:
|
||||
disconnected = socket.waitForDisconnected(1000)
|
||||
assert disconnected
|
||||
socket.waitForDisconnected(1000)
|
||||
|
||||
|
||||
class FakeSocket(QObject):
|
||||
|
Loading…
Reference in New Issue
Block a user