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
Problem:
Usually if one of the macos tests fails, we
will abort all other ones.
But, recently vs code insiders is failing exclusively
and it aborts the other tests even though they should
be fine. Due to this we cannot easily see that everything
else is passing.
Solution:
Don't fail fast on mac os tests, let all of them
run and maybe we can tell if it is just a vscode
insiders problem more easily.
Signed-off-by: Nikolas Komonen <[email protected]>
0 commit comments