mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-19 14:49:43 -05:00
driver: skip flaky test in CI
This commit is contained in:
@@ -547,7 +547,9 @@ describe "src/cy/commands/waiting", ->
|
||||
expect(xhr.url).to.include "/users?num=3"
|
||||
expect(xhr.responseBody).to.deep.eq resp
|
||||
|
||||
it "waits for the 4th request before resolving", ->
|
||||
## TODO: fixme failing in CI sometimes
|
||||
## https://circleci.com/gh/cypress-io/cypress-monorepo/5655
|
||||
it.skip "waits for the 4th request before resolving", ->
|
||||
resp = {foo: "foo"}
|
||||
response = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user