Skip to content

Commit

Permalink
explain skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 11, 2017
1 parent ae37f83 commit fad613e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit/dir.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
});

test('elements with dir attribute explicitly set will not change', function() {
/*
Both the polyfill and native ShadowDOM transforms to the `:dir` selector do not support
per-instance opt-out at this time.
*/
this.skip();
var inner = fixture('preset');
var innerRoot = Polymer.dom(inner.root);
Expand Down

0 comments on commit fad613e

Please sign in to comment.