Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit e440c72

Browse files
committed
skip the test that should fail
1 parent a479474 commit e440c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/05-xhr/answer-intercept-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ describe('intercept', () => {
389389
resetDatabaseTo('two-items.json')
390390
})
391391

392-
it('stubs the first load (does not work)', () => {
392+
it.skip('stubs the first load (does not work)', () => {
393393
// this test wants to have no todos at first
394394
cy.intercept('GET', '/todos', []).as('todos')
395395
cy.visit('/')

0 commit comments

Comments
 (0)