豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 883e1a2

Browse files
szuendDevtools-frontend LUCI CQ
authored andcommitted
[e2e] Disable live edit test
This test is currently blocking the CfT roll since the feature is now also disabled on the backend. We forgot to wire up the chrome feature to the V8 flag, but until that is done, we unblock the roll by disabling the test. R=kimanh@chromium.org Bug: 417884172 Change-Id: I2cdbb94c1cf9936e0d7284499a2d1de9cb6e3553 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7460989 Reviewed-by: Kim-Anh Tran <kimanh@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Auto-Submit: Simon Zünd <szuend@chromium.org> Commit-Queue: Kim-Anh Tran <kimanh@chromium.org>
1 parent b138639 commit 883e1a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/e2e/sources/live-edit-moving-breakpoint.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ import {
1717
describe('Live edit', () => {
1818
setup({enabledFeatures: ['DevToolsLiveEdit']});
1919

20-
it('moves the breakpoint after reload when changes are not persisted', async ({devToolsPage, inspectedPage}) => {
20+
// Live edit was disabled on the backend, but until the feature is fully removed as well we keep the test.
21+
it.skip('[crbug.com/417884172] moves the breakpoint after reload when changes are not persisted', async ({
22+
devToolsPage,
23+
inspectedPage
24+
}) => {
2125
await openSourceCodeEditorForFile(
2226
'live-edit-moving-breakpoint.js', 'live-edit-moving-breakpoint.html', devToolsPage, inspectedPage);
2327

0 commit comments

Comments
 (0)