File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,13 @@ jobs:
170170 run : npm run test
171171 - name : Unit tests (Delta)
172172 if : ${{ !matrix.code-coverage }}
173- run : npm run test:ci:changed
173+ # XXX
174+ # run: npm run test:ci:changed
175+ # Getting a hang after testing instr-runtime-node on most Node.js versions,
176+ # or perhaps on the next test being run. Node.js v18 was the odd guy out
177+ # which was hanging after passing `baggage-span-processor` tests.
178+ # https://github.com/open-telemetry/opentelemetry-js-contrib/actions/runs/13715917502/job/38360869756?pr=2738
179+ run : npm run test:ci:changed -- --verbose --exclude @opentelemetry/baggage-span-processor,@opentelemetry/instrumentation-runtime-node
174180 - name : Report Coverage
175181 if : ${{ matrix.code-coverage && !cancelled()}}
176182 uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments