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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
While finishing up the work on the Atom Nightly Releases PR, I've run across a persistent failure when running the keybinding-resolver package tests on VSTS macOS builds. To finish up that PR, I've had to temporarily disable the following test when running on VSTS:
KeyBindingResolverView
when a keydown event occurs
it displays all commands for the keydown event but does not clear for the keyup when there is no keyup binding
TypeError: Cannot read property 'textContent' of null
at it (/Users/vsts/agent/2.134.2/work/1/s/node_modules/keybinding-resolver/spec/keybinding-resolver-view-spec.js:91:80)
at <anonymous>
At this time I don't have a clear picture of why this single test would be failing on VSTS since we run many other UI tests that do not fail. I have seen this test pass twice out of close to 100 runs, so it's likely that there's a subtle timing issue involved.
For now, I'm detecting the CI_PROVIDER environment variable that I set on VSTS test runs to skip this test explicitly when the variable is set to VSTS. Once we can diagnose the root cause and get it fixed, this check will be removed.