Skip to content

Commit 541df53

Browse files
pfaffeDevtools-frontend LUCI CQ
authored andcommitted
[cxx_debugging] Shot-in-the-dark attempt to reduce flakiness
Bug: none Change-Id: I8c18dcc0c1b4cf61aaaf55531397975c5949c236 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6352838 Commit-Queue: Danil Somsikov <[email protected]> Auto-Submit: Philip Pfaffe <[email protected]> Reviewed-by: Danil Somsikov <[email protected]>
1 parent 6b151b0 commit 541df53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/cxx_debugging/e2e/MochaRootHooks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ async function beforeAll() {
4343
`--disable-extensions-except=${EXTENSION_DIR}`,
4444
`--window-size=${defaultViewport.width + 20, defaultViewport.height + 100}`,
4545
`--custom-devtools-frontend=${new URL(`${DEVTOOLS_DIR}/front_end`, 'file://').href}`,
46+
'--disable-features=RenderDocument',
4647
'--enable-features=DevToolsVeLogging:testing/true',
4748
],
4849
});

0 commit comments

Comments
 (0)