ui5-language-assistant icon indicating copy to clipboard operation
ui5-language-assistant copied to clipboard

E2E VSCode tests are skipped/disabled

Open bd82 opened this issue 3 years ago • 4 comments

There seems to be multiple issues involved.

  1. These tests are consistently failing.
    • Checked on both windows/mac local dev machines.
  2. On CircleCI starting VSCode during seems to fail on the 2nd+ suite.

This root cause does not seem to be related to this repo's source code As there are no failing builds merged to master, nor does checking-out the previous release tag resolve the issue.

There are two factors that may be related.

  • The tests run on the latest version of VSCode, so that may have changed.
  • The tests run on CircleCI docker images which are also updated automatically.

I am currently disabling some of these tests as I am unable to figure out what is the issue.

bd82 avatar Dec 17 '20 17:12 bd82