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

[SPIKE] try Ember 3.13.0-beta.4 #657

Closed

Conversation

GavinJoyce
Copy link
Contributor

@GavinJoyce GavinJoyce commented Aug 27, 2019

There seems to be a number of failing test seemingly caused by getDependentKeys returning null.

3.12.0:

Screenshot 2019-08-27 at 11 09 35

3.13.0-beta.4:

Screenshot 2019-08-27 at 11 12 42

@GavinJoyce
Copy link
Contributor Author

GavinJoyce commented Aug 27, 2019

I skipped one test that's failing in 3.11+: #656

@GavinJoyce
Copy link
Contributor Author

There are some linting rules which are failing, but the tests are passing on CI:

Screenshot 2019-08-27 at 12 04 51

@@ -1040,7 +1040,7 @@ module('Integration | Validations | Factory - General', function(hooks) {
assert.equal(child.get('validations.errors.length'), 1);
});

test('call super in validations class with no super property', function(assert) {
skip('call super in validations class with no super property', function(assert) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is also failing in Ember 3.11: #656

@GavinJoyce
Copy link
Contributor Author

superseded by #662

@GavinJoyce GavinJoyce closed this Sep 23, 2019
@GavinJoyce GavinJoyce deleted the gj/ember-3.13-beta branch September 23, 2019 13:33
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

Successfully merging this pull request may close these issues.

1 participant