Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build broken with Ember Canary #5962

Closed
igorT opened this issue Apr 4, 2019 · 4 comments
Closed

Build broken with Ember Canary #5962

igorT opened this issue Apr 4, 2019 · 4 comments

Comments

@igorT
Copy link
Member

igorT commented Apr 4, 2019

https://travis-ci.org/emberjs/data/jobs/515668214

@igorT
Copy link
Member Author

igorT commented Apr 4, 2019

It seems to be caused by our test suite calling deprecated methods, uncovered by emberjs/ember.js#17845

@igorT
Copy link
Member Author

igorT commented Apr 4, 2019

Three sources of errors are:

  1. Testing calling new against a model which we can remove
  2. Instantiating Transforms in tests with new
  3. A random test using removaAll listeners, which needs to be refactored

@igorT
Copy link
Member Author

igorT commented Apr 4, 2019

@NullVoxPopuli

@runspired
Copy link
Contributor

@igorT igorT closed this as completed Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants