Skip to content

Commit

Permalink
build: mark some new tests as integration tests (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin authored and JustinBeckwith committed Jun 29, 2019
1 parent 8a0ee15 commit d40fee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ const keyID = 'a179efbeda21';
const unitTestExcludeGlobs: string[] = TRACE_TEST_EXCLUDE_INTEGRATION ? [
`${BUILD_DIRECTORY}/test/plugins/test-*`,
`${BUILD_DIRECTORY}/test/test-agent-stopped.js`,
`${BUILD_DIRECTORY}/test/test-grpc-async-handler.js`,
`${BUILD_DIRECTORY}/test/test-grpc-context.js`,
`${BUILD_DIRECTORY}/test/test-mysql-pool.js`,
`${BUILD_DIRECTORY}/test/test-plugins-*`,
`${BUILD_DIRECTORY}/test/test-trace-hapi-tails.js`,
`${BUILD_DIRECTORY}/test/test-trace-web-frameworks.js`,
`${BUILD_DIRECTORY}/test/test-unpatch.js`
] : [];
Expand Down

0 comments on commit d40fee2

Please sign in to comment.