diff --git a/.github/workflows/collector.yml b/.github/workflows/collector.yml index 62108cc8ef8..0fedaf18b18 100644 --- a/.github/workflows/collector.yml +++ b/.github/workflows/collector.yml @@ -19,7 +19,6 @@ jobs: env: PLUGINS: express|body-parser|cookie-parser RUST_BACKTRACE: '1' - # DD_TRACE_COLLECTOR_DEBUG: 'true' steps: - uses: actions/checkout@v4 - uses: actions/checkout@v4 @@ -30,12 +29,12 @@ jobs: - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly - run: npm install && npm run build working-directory: ./libdatadog-nodejs - # - uses: ./.github/actions/testagent/start + - uses: ./.github/actions/testagent/start - uses: ./.github/actions/node/setup - run: yarn install - uses: ./.github/actions/node/oldest - run: NODE_OPTIONS="-r $PWD/libdatadog-nodejs/global" yarn test:plugins:ci - uses: ./.github/actions/node/latest - run: NODE_OPTIONS="-r $PWD/libdatadog-nodejs/global" yarn test:plugins:ci - # - if: always() - # uses: ./.github/actions/testagent/logs + - if: always() + uses: ./.github/actions/testagent/logs diff --git a/packages/datadog-plugin-express/test/index.spec.js b/packages/datadog-plugin-express/test/index.spec.js index 10e0e4ac4d0..6f4129eac98 100644 --- a/packages/datadog-plugin-express/test/index.spec.js +++ b/packages/datadog-plugin-express/test/index.spec.js @@ -126,7 +126,7 @@ describe('Plugin', () => { }) }) - it.only('should do automatic instrumentation on routers', done => { + it('should do automatic instrumentation on routers', done => { const app = express() const router = express.Router()