driver: skip and note a couple more problem tests

This commit is contained in:
Chris Breiding
2017-05-16 19:37:47 -04:00
parent 71d30ca2c2
commit 18579e72f0
2 changed files with 3 additions and 2 deletions
@@ -440,7 +440,8 @@ describe "$Cypress.Cy Miscellaneous Commands", ->
@cy.get("button:first").ttrigger("mouseover", "foo")
it "throws when element animation exceeds timeout", (done) ->
## FIXME: needs focus
it.skip "throws when element animation exceeds timeout", (done) ->
@cy._timeout(100)
mouseovers = 0
@@ -88,7 +88,7 @@ describe "$Cypress.Cy Text Commands", ->
@cy.get(":text:first").type("foo{enter}")
## FIXME: flakiness due to animation events
it "waits until element stops animating", (done) ->
it.skip "waits until element stops animating", (done) ->
@assertWindowIsInFocus =>
retries = []
input = $("<input class='slidein' />")