Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The basics
The details
Resolves
This is a temporary workaround for #8676.
Proposed Changes
Disable four tests added in #8550 that fail reliably enough to prevent PRs from being merged.
Reason for Changes
I'd like to be able to merge other PRs.
Test Coverage
Slightly reduced.
Additional Information
It is unclear to me how we have succeeded in merging so many PRs since #8550 was merged. It seems that these tests do no always fail in CI (e.g., one recent test run I had them succeed when run on node v18 and v20, but fail on v22, even though the node version should be irrelevant for Mocha tests beyond whether webdriver is able to successfully run the suite as a whole), but they do seem to always fail for me locally. Perhaps people have just been re-starting failed test jobs until all three build/test jobs succeed simultaneously?