Skip to content

Commit 95462ec

Browse files
committed
Temporarily limit koa upstream tests to test against 2.15.3
1 parent b8c03bd commit 95462ec

File tree

1 file changed

+4
-1
lines changed
  • packages/datadog-plugin-koa/test

1 file changed

+4
-1
lines changed
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
'use strict'
22
const suiteTest = require('../../dd-trace/test/plugins/suite')
33

4-
suiteTest('koa', 'koajs/koa', 'latest')
4+
// 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')
58

69
// TODO enable this
710
// suiteTest('@koa/router', 'koajs/router', 'latest')

0 commit comments

Comments
 (0)