From fad613ee438b2f4e42f3bfdb5948713deab86343 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Wed, 11 Oct 2017 16:02:41 -0700 Subject: [PATCH] explain skipped test --- test/unit/dir.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/unit/dir.html b/test/unit/dir.html index bb205b7267..0528d65a25 100644 --- a/test/unit/dir.html +++ b/test/unit/dir.html @@ -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);