Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/hint-no-broken-links/tests/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const tests: HintTest[] = [
severity: Severity.error
}],
serverConfig: generateHTMLPage('', bodyWithBrokenImageSource),
skip: true // temporary disabling to investigate
skip: true // TODO: Fix test - expecting domain not found instead of 404 response due to network behavior changes
},
{
name: `This test should fail as it has a valid link but it has also a link with 404 href value(absolute)`,
Expand Down
Loading