chore: skip flaky system tests (#27533)

This commit is contained in:
Adam Stone-Lord
2023-08-11 13:59:02 -04:00
committed by GitHub
parent 1061f858a8
commit e28c44eaa2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -20,5 +20,6 @@ describe('e2e cdp', function () {
project: 'remote-debugging-disconnect',
spec: 'spec.cy.ts',
browser: 'chrome',
skip: true, // TODO: Investigate and unskip flaky test
})
})
@@ -24,5 +24,6 @@ describe('e2e screenshot fullPage capture', () => {
systemTests.it('passes', {
spec: 'screenshot_fullpage_capture.cy.js',
snapshot: true,
browser: '!firefox', // This test is flaky on Firefox
})
})