Skip to content

Commit c4038ed

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
[e2e] Skip flaky test
No-Tree-Checks: True Bug: 380230757 Change-Id: I2bd27435bad2944247822b941ee7c00f4f029098 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6037585 Commit-Queue: Alex Rudenko <[email protected]> Reviewed-by: Connor Clark <[email protected]>
1 parent 67e7cc7 commit c4038ed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/e2e/issues/bounce-tracking-issues_test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ describe('Bounce Tracking issue', () => {
1717
await goToResource('empty.html');
1818
});
1919

20-
it('should display correct information', async () => {
20+
// Flaky
21+
it.skip('[crbug.com/380046260] should display correct information', async () => {
2122
await navigateToIssuesTab();
2223
const {frontend} = getBrowserAndPages();
2324
frontend.evaluate(() => {

test/e2e/issues/cors-issues_test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ describe('CORS issues', () => {
159159
await waitForTableFromResourceSectionContents(section.content, expectedTableRows);
160160
});
161161

162-
it('should display CORS ACAO mismatches with the correct affected resources', async () => {
162+
// Flaky
163+
it.skip('[crbug.com/380230757] should display CORS ACAO mismatches with the correct affected resources', async () => {
163164
await goToResource('empty.html');
164165
const {target} = getBrowserAndPages();
165166
await target.evaluate(async () => {

0 commit comments

Comments
 (0)