Skip to content

Conversation

@cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented Oct 2, 2023

Closes #3906

@cpsievert cpsievert marked this pull request as ready for review October 2, 2023 19:38
Comment on lines 21 to 23
if (packageVersion("htmltools") <= "0.5.6") {
skip("Skipping snapshots since htmltools is 'outdated'")
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is needed since these tabPanel() tests ultimately call tagQuery() in such a way that rstudio/htmltools#408 becomes problematic (for r-devel).

@cpsievert cpsievert requested a review from schloerke October 2, 2023 19:44
@cpsievert cpsievert merged commit b8923e9 into main Oct 3, 2023
@cpsievert cpsievert deleted the null-is-atomic branch October 3, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

is.atomic(NULL) results in test errors on R-devel

3 participants