You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some unknown recent update seem to have broke a single test in hint-no-broken-links package and this is causing the PR CI pipeline to fail. With the spirit of keeping the main branch green and stable I disabled the test and this bug should be used to track the work required to reenable it. Link to PR : #5753
{
name: `This test should fail as it has an img with 404 src value(absolute)`,
reports: [{
message: `Broken link found (404 response).`,
severity: Severity.error
}],
serverConfig: generateHTMLPage('', bodyWithBrokenImageSource),
skip: true // temporary disabling to investigate
},
The text was updated successfully, but these errors were encountered:
🐞 Bug report
Details
Some unknown recent update seem to have broke a single test in
hint-no-broken-links
package and this is causing the PR CI pipeline to fail. With the spirit of keeping the main branch green and stable I disabled the test and this bug should be used to track the work required to reenable it. Link to PR : #5753The text was updated successfully, but these errors were encountered: