Skip to content

Commit

Permalink
Add issue for TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 4, 2019
1 parent 0c85340 commit d3f27d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/path-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,7 @@

// TODO(kschaaf): address code in `getArgValue` that looks in changedProps
// when `undefined` for splices, which breaks this test (latent issue)
// https://github.com/Polymer/polymer/issues/5479
test.skip('reentry after prop goes back to undefined', function() {
let el = document.createElement('x-reentry-undefined');
document.body.appendChild(el);
Expand All @@ -1231,6 +1232,7 @@

// TODO(kschaaf): address code in `getArgValue` that looks in changedProps
// when `undefined` for splices, which breaks this test (latent issue)
// https://github.com/Polymer/polymer/issues/5479
test.skip('reentry after path goes back to undefined', function() {
let el = document.createElement('x-reentry-undefined-path');
document.body.appendChild(el);
Expand Down

0 comments on commit d3f27d0

Please sign in to comment.