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 EndToEnd tests cannot currently be run:
* they deadlock when run under `swift test` (#143)
* the CI requires the use of an HTTP proxy to download from the
Internet, but SDK generator does not support proxies (#145)
The tests are not compiled on macOS, but this commit marks
them with `XCTSkip` so they are not run on Linux either.
Future commits will loosen these restrictions.
Fixes#45
0 commit comments