Skip to content

Commit b3ff583

Browse files
Piotr PaulskiDevtools-frontend LUCI CQ
authored andcommitted
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]>
1 parent 9f9b8cd commit b3ff583

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)