Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Reenable Broken link found (404 response). #5754

Open
vidorteg opened this issue Mar 19, 2024 · 1 comment
Open

[Bug] Reenable Broken link found (404 response). #5754

vidorteg opened this issue Mar 19, 2024 · 1 comment

Comments

@vidorteg
Copy link
Member

馃悶 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 : #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
    },
@shikhar13012001
Copy link

Hey @vidorteg I would like to work on this issue? Can you assign this to me? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants