Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
disable test for wip feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Jun 24, 2014
1 parent 558eb28 commit 989cbe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/js/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});

0 comments on commit 989cbe8

Please sign in to comment.