Temporarily disable DevTools sources tests
These tests contain race-conditions in the way that CodeMirror is booted up. When making cm_modes/ an ES module [1] these tests started to fail. Closer inspection showed that there are numerous Promises not being awaited, which causes the test to eagerly resume execution. Note however that in the real application, the race-condition is WAI and does not cause any issues. It is only in the synthetic testing environment that this issue occurs. After the ES modules migration, we will refactor the classes to properly handle Promises and enable the test again. [1]: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1928924 Bug: 1006759 Change-Id: Ic213897def208c148034632627924f31c012cca4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939791 Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org> Reviewed-by:Yang Guo <yangguo@chromium.org> Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Cr-Commit-Position: refs/heads/master@{#719567}
Showing
Please register or sign in to comment