Skip to content

Commit 2ba7e59

Browse files
kriszypclaude
andcommitted
test(integration): reference issue #697 in Bun skip comment
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 32beb3b commit 2ba7e59

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

integrationTests/apiTests/token-auth.test.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
* configurations; we preserve that branching since the framework's
1919
* default config controls which mode applies.
2020
*
21-
* `refresh_operation_token` is skipped on Bun: the test hangs
22-
* indefinitely under Harper-on-Bun in CI (confirmed in CI run for
23-
* this PR; all other tests pass reliably).
21+
* `refresh_operation_token` is skipped on Bun: the operation hangs
22+
* indefinitely under Harper-on-Bun. Tracked in issue #697.
2423
*/
2524
import { suite, test, before, after } from 'node:test';
2625
import assert from 'node:assert/strict';
@@ -32,7 +31,7 @@ const SCHEMA = 'northnwd';
3231
const TABLE = 'employees';
3332
const PRIMARY_KEY = 'employeeid';
3433

35-
// refresh_operation_token hangs indefinitely on Harper-on-Bun (CI confirmed)
34+
// refresh_operation_token hangs indefinitely on Harper-on-Bun (issue #697)
3635
const skipOnBun = process.env.HARPER_RUNTIME === 'bun';
3736

3837
suite('Token authentication', (ctx) => {

0 commit comments

Comments
 (0)