Skip to content

ci: Comment out websocket-autobahn job

Frediano Ziglio requested to merge fziglio/spice:build_fix into master

Autobahn testsuite is based on Python 2. See https://github.com/crossbario/autobahn-testsuite/issues/109. Disable temporarily in the hope to fix this job, either:

  • using a distro still having Python 2 (possibly an Ubuntu LTS);
  • update Autobahn testsuite to Python 3;
  • finding another testsuite for websockets. Otherwise we'll have to remove in the future.

Signed-off-by: Frediano Ziglio freddy77@gmail.com

Merge request reports