Skip to content

Commit 896a836

Browse files
committed
hack to attempt to grok the test hangs observed in CI
1 parent 741ff2e commit 896a836

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)