Skip to content

Commit

Permalink
Merge pull request #662 from w3c/hotfix_cleanup
Browse files Browse the repository at this point in the history
Fix (headers-spec): disable note test, not comment out
  • Loading branch information
Marcos Caceres committed Mar 16, 2016
2 parents 4b21eb5 + a64d1ff commit fa28f64
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/spec/w3c/headers-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -789,9 +789,8 @@ describe("W3C — Headers", function() {
.toEqual("WGPATENT");
}, simpleSpecURL).then(done);
});

/*
it("should state that the spec is destined to become a note", function(done) {
// See https://github.com/w3c/respec/issues/653
xit("should state that the spec is destined to become a note", function(done) {
var ops = makeStandardOps();
var newProps = {
noRecTrack: true,
Expand All @@ -805,6 +804,4 @@ describe("W3C — Headers", function() {
expect(sotdText).toMatch(expectedString);
}).then(done);
});
*/

});

0 comments on commit fa28f64

Please sign in to comment.