From 989cbe8ae7971a762c705c04aff488a5cceef362 Mon Sep 17 00:00:00 2001 From: "Scott J. Miles" Date: Mon, 23 Jun 2014 19:38:44 -0700 Subject: [PATCH] disable test for wip feature --- test/js/tests.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/js/tests.js b/test/js/tests.js index f078679..b06fd20 100644 --- a/test/js/tests.js +++ b/test/js/tests.js @@ -14,6 +14,7 @@ htmlSuite('HTMLImports', function() { htmlTest('html/currentScript.html'); htmlTest('html/dedupe.html'); htmlTest('html/dynamic.html'); - htmlTest('html/dynamic-elements.html'); + // TODO(sjmiles): feature not implemented currently + //htmlTest('html/dynamic-elements.html'); htmlTest('html/csp.html'); });