Skip to content

Commit 8fd463c

Browse files
Piotr PaulskiDevtools-frontend LUCI CQ
authored andcommitted
Reland "Disable cxx extension test that become flaky"
This is a reland of commit b3ff583 Original change's description: > Disable cxx extension test that become flaky > > Bug: 468345402 > Change-Id: I8f34fefa295e806b3fc630914d0ece6906d26593 > No-Presubmit: True > No-Tree-Checks: True > No-Try: True > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7255780 > Commit-Queue: Natallia Harshunova <[email protected]> > Reviewed-by: Natallia Harshunova <[email protected]> Bug: 468345402 Change-Id: Icb91c2a528cd4cd211df343389ee9d99ac7fadda Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7264647 Commit-Queue: Eric Leese <[email protected]> Reviewed-by: Natallia Harshunova <[email protected]> Reviewed-by: Piotr Paulski <[email protected]>
1 parent ea3b6c0 commit 8fd463c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/cxx_debugging/e2e/TestDriver.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ function pausedReasonText(reason: string) {
4343
return;
4444
}
4545

46-
describe('CXX Debugging Extension Test Suite', function() {
46+
// Started failing recently, but not at every run
47+
describe.skip('[crbug.com/468345402] CXX Debugging Extension Test Suite', function() {
4748
for (const {name, test, script} of loadTests()) {
4849
if (!script) {
4950
continue;

0 commit comments

Comments
 (0)