mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 21:40:28 -05:00
chore: skip flaky system tests (#27533)
This commit is contained in:
@@ -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
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user