diff --git a/test/specs/tags/inheritdoctag.js b/test/specs/tags/inheritdoctag.js index ead7fe3e..39c2827b 100644 --- a/test/specs/tags/inheritdoctag.js +++ b/test/specs/tags/inheritdoctag.js @@ -38,8 +38,4 @@ describe('@inheritdoc tag', function() { expect(socketRead).toBeDefined(); expect(socketRead.description).toBe(connectionRead.description); }); - - xit('should only be available if the Closure dictionary is enabled', function() { - // TODO - }); });