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
WIP fix: do not check for file existance when added to the context
This need to be investigated.
The different `-boot` tests are flaky / failing in this MR because of
this.
Depending on "something" not yet understood, the file listed is
`extendKnownTargets` as `newTargets` exists or not on the disk (checked
with `doesFileExists`), leading to them added or not to the context.
Removing the check makes the test succeed without breaking any other
test.
0 commit comments