Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions native-lib/node/tests/tck/ignore-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ export const IGNORED_CASES: Readonly<Record<string, IgnoreEntry>> = {
"multipart-write-message": { reason: "multipart: empty parts / structural" },
"multipart-write-subtype-override": { reason: "multipart: subtype override" },

// slow — pathological type-checking stress case; passes but is far too slow
// (~13s locally, ~34s on the Windows CI runner, exceeding the tck 30s
// testTimeout). The CLI ignores it for the same "takes too long" reason.
"big_intersection": { reason: "slow: 500-way intersection type exceeds the test timeout" },

// nondeterministic — output embeds a timestamp
"properties-writer": { reason: "nondeterministic: properties output embeds a timestamp comment" },
"properties-passthrough": { reason: "nondeterministic: properties output embeds a timestamp comment" },
Expand Down
Loading