Skip to content

Commit a79f869

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
[Recorder] disable a flaky test
Discovered that this test still is flaky with retries. Bug: 382417597 Change-Id: I40bd36c8c3ec76bfddd273cecc4b9dae5b1138fe Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6074450 Auto-Submit: Alex Rudenko <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
1 parent 8b94e5a commit a79f869

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/recorder/recorder_test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ describe('Recorder', function() {
256256
assertRecordingMatchesSnapshot(recording);
257257
});
258258

259-
it('should also record network conditions', async () => {
259+
// Flaky.
260+
it.skip('[crbug.com/382417597]: should also record network conditions', async () => {
260261
await startRecording('recorder/recorder.html', {
261262
networkCondition: '3G',
262263
});

0 commit comments

Comments
 (0)