Skip to content

Commit 48f6904

Browse files
committed
Revert "Temporarily limit koa upstream tests to test against 2.15.3"
This reverts commit 95462ec.
1 parent 95462ec commit 48f6904

File tree

1 file changed

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

1 file changed

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

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

96
// TODO enable this
107
// suiteTest('@koa/router', 'koajs/router', 'latest')

0 commit comments

Comments
 (0)