You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: