Skip to content

Commit 8fa8504

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Revert "Disable features suspected in timeouts"
This reverts commit 44ab102. Reason for revert: did not help Bug: none Original change's description: > Disable features suspected in timeouts > > Bug: none > Change-Id: Ifae06581d5709715ad4d3ddfa46c25775affc231 > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6860112 > Auto-Submit: Alex Rudenko <[email protected]> > Commit-Queue: Alex Rudenko <[email protected]> > Reviewed-by: Philip Pfaffe <[email protected]> > Commit-Queue: Philip Pfaffe <[email protected]> Bug: none No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: Ibd06900971cd279bbefc4077697517ef5c28a1f1 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6863491 Commit-Queue: Rubber Stamper <[email protected]> Auto-Submit: Alex Rudenko <[email protected]> Bot-Commit: Rubber Stamper <[email protected]>
1 parent a3a6387 commit 8fa8504

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/conductor/hooks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ function launchChrome() {
6767
'MojoChannelAssociatedSendUsesRunOrPostTask', // crbug.com/376228320
6868
'RasterInducingScroll', // crbug.com/381055647
6969
'CompositeBackgroundColorAnimation', // crbug.com/381055647
70-
'EnableDrDc',
71-
'MacCriticalDiskSpacePressure',
7270
];
7371
// LINT.ThenChange(/test/e2e_non_hosted/shared/browser-helper.ts:features)
7472
const launchArgs = [

test/e2e_non_hosted/shared/browser-helper.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ export const DEFAULT_BROWSER_SETTINGS: BrowserSettings = {
172172
'MojoChannelAssociatedSendUsesRunOrPostTask', // crbug.com/376228320
173173
'RasterInducingScroll', // crbug.com/381055647
174174
'CompositeBackgroundColorAnimation', // crbug.com/381055647
175-
'EnableDrDc',
176-
'MacCriticalDiskSpacePressure',
177175
]
178176
// LINT.ThenChange(/test/conductor/hooks.ts:features)
179177
};

0 commit comments

Comments
 (0)