Skip to content

Commit 79d7b23

Browse files
committed
Add issue links to skipped unit tests
1 parent fecbf2c commit 79d7b23

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

unitTests/resources/blob.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ describe('Blob test', () => {
208208

209209
// this is failing pretty often, and we know we have some issues with orphaned blobs
210210
// let's try re-enabling this once we track down and fix that - WSM 2025-10-31
211+
// tracked here: https://github.com/HarperFast/harper/issues/19
211212
it.skip('Save a blob and delete it', async () => {
212213
setAuditRetention(0.01); // 10 ms audit log retention
213214
setDeletionDelay(0);

unitTests/resources/validation.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ import { setMainIsWorker } from '@/server/threads/manageThreads';
2424
* at process._fatalException (node:internal/process/execution:155:25)
2525
*
2626
* - WSM 2025-10-31
27+
*
28+
* this issue is tracked here: https://github.com/HarperFast/harper/issues/18
2729
*/
2830
describe.skip('Types Validation', () => {
2931
let ValidationTest: Table;

0 commit comments

Comments
 (0)