telegram-qt icon indicating copy to clipboard operation
telegram-qt copied to clipboard

Tests can not be run in parallel

Open Kaffeine opened this issue 5 years ago • 0 comments

The issue is that (some) tests start a local server on the same address and port. One of the possible solutions is to use a different address in each test. E.g. use 127.0.1.x for MessagesApi test, 127.0.2.x for FilesApi, etc.

Kaffeine avatar Jan 18 '20 11:01 Kaffeine