Skip to content

Commit

Permalink
Skip test. The todo fails the build
Browse files Browse the repository at this point in the history
  • Loading branch information
chadhietala committed Mar 13, 2018
1 parent b2fc87e commit a456200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ if (!EMBER_METAL_TRACKED_PROPERTIES) {
assert.deepEqual(obj.get('sortedItems').mapBy('fname'), ['Cersei', 'Jaime', 'Bran', 'Robb'], 'updating an unspecified property on an item does not resort it');
});
} else {
QUnit.todo('changing item properties not specified via @each does not trigger a resort', assert => {
QUnit.skip('changing item properties not specified via @each does not trigger a resort', assert => {
assert.ok(false, 'It is unclear whether changing this behavior should be considered a breaking change, and whether it catches more bugs than it causes');
});
}
Expand Down

0 comments on commit a456200

Please sign in to comment.