We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c03bd commit 95462ecCopy full SHA for 95462ec
packages/datadog-plugin-koa/test/suite.js
@@ -1,7 +1,10 @@
1
'use strict'
2
const suiteTest = require('../../dd-trace/test/plugins/suite')
3
4
-suiteTest('koa', 'koajs/koa', 'latest')
+// TODO: Temporarily limiting this to run against v2.15.3 instead of `latest`,
5
+// as it's currently failing on `latest` because that code hasn't been pushed to GitHub.
6
+// For details, see: https://github.com/koajs/koa/issues/1857
7
+suiteTest('koa', 'koajs/koa', '2.15.3')
8
9
// TODO enable this
10
// suiteTest('@koa/router', 'koajs/router', 'latest')
0 commit comments