File tree Expand file tree Collapse file tree
dev-packages/bun-integration-tests/node-suites Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,8 @@ const NO_AUTO_INSTRUMENTATION = [
116116// Fail on Bun, cause not investigated yet. `system-error` and `tracer-start-active-span-error`
117117// fail on Bun 1.3.14 and pass on Bun 1.4.2. With the `@sentry/bun` alias, `system-error` also
118118// fails because `@sentry/bun` does not include `nodeSystemErrorIntegration`. In `httpIntegration`
119- // the outgoing request tests fail (JS-3507), and the tests that overwrite `server.emit` time out.
119+ // the outgoing request tests fail for the reason of `NO_OUTGOING_HTTP_INSTRUMENTATION`, and the
120+ // tests that overwrite `server.emit` time out.
120121const NOT_TRIAGED = [
121122 'suites/contextLines/filename-with-spaces/test.ts' ,
122123 'suites/modules/test.ts' ,
You can’t perform that action at this time.
0 commit comments