Skip to content

[BUGFIX] Disable tests that are failing due to a bug in the CSS parser #1138

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 17, 2021

Conversation

oliverklee
Copy link
Collaborator

As this is a bug in a 3rd-party library, we should fix it there, and
our build should not be red in the meantime.

Part of #1129

As this is a bug in a 3rd-party library, we should fix it there, and
our build should not be red in the meantime.

Part of #1129
@oliverklee oliverklee added the bug label Dec 16, 2021
@oliverklee oliverklee added this to the 7.0.0 milestone Dec 16, 2021
@oliverklee oliverklee requested a review from JakeQZ December 16, 2021 18:51
@oliverklee oliverklee self-assigned this Dec 16, 2021
Copy link
Collaborator

@JakeQZ JakeQZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'attribute (value match)' => ['[href=https://example.org]'],
// disabled as this currently breaks due to a bug in the CSS parser
// @see https://github.com/sabberworm/PHP-CSS-Parser/issues/347
// 'attribute (value match)' => ['[href=https://example.org]'],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surprised PHPCS isn't moaning that the comment is mostly code.

@JakeQZ JakeQZ merged commit bd974fb into main Dec 17, 2021
@JakeQZ JakeQZ deleted the bugfix/disable-broken-tests branch December 17, 2021 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants