Skip to content

Commit 4d38b36

Browse files
authored
Merge branch '10.0-release' into alejandro/fix/update-terminal-error-for-non-migrated-config
2 parents c4698b3 + b4aa3d9 commit 4d38b36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/driver/cypress/e2e/cypress/proxy-logging.cy.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ describe('Proxy Logging', () => {
103103
})
104104

105105
// @see https://github.com/cypress-io/cypress/issues/18757 and https://github.com/cypress-io/cypress/issues/17656
106-
it('xhr log has response body/status code when xhr response is logged first', (done) => {
106+
it('xhr log has response body/status code when xhr response is logged first', {
107+
// TODO: unskip in Electron: https://cypress-io.atlassian.net/browse/UNIFY-1753
108+
browser: '!electron',
109+
}, (done) => {
107110
cy.visit('/fixtures/empty.html')
108111

109112
cy.window()

0 commit comments

Comments
 (0)