Skip to content

Commit 888246b

Browse files
committed
skip query method test
related: #5615
1 parent d97d79e commit 888246b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: test/app.router.js

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ describe('app.router', function(){
3737
describe('methods', function(){
3838
methods.concat('del').forEach(function(method){
3939
if (method === 'connect') return;
40+
// Temporarily excluding this test, can remove when resolved upstream https://github.com/nodejs/node/pull/51719
41+
// express tracking issue: https://github.com/expressjs/express/issues/5615 is resolved
42+
if (method === 'query') return;
4043

4144
it('should include ' + method.toUpperCase(), function(done){
4245
var app = express();

0 commit comments

Comments
 (0)