-
Notifications
You must be signed in to change notification settings - Fork 384
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
Remove React 17 requirement for AfterActivationSiteScan
service
#7490
Conversation
4e324d8
to
e116446
Compare
Plugin builds for ba02543 are ready 🛎️!
|
- Why? React 17 code will continue to work with React 18 by invoking a legacy API
e116446
to
ba02543
Compare
AfterActivationSiteScan
service
@@ -23,9 +23,6 @@ cd "$(dirname "$0")/../.." | |||
# done on every time `npm run test-e2e` is run. | |||
. "$(dirname "$0")/install-wordpress.sh" | |||
|
|||
# Install specific version of Gutenberg plugin for e2e tests. | |||
download_gutenberg "14.7.3" "tests/e2e/plugins/gutenberg.14.7.3.zip" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just in case we ever need it, should we leave the download_gutenberg
util function in place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for uploads.ini
amp-wp/bin/local-env/docker-compose.yml
Line 13 in 96cdfb9
- ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could, but probably better to remove it. It can be resurrected via version control if needed.
Looks like flakiness in e2e is still there, even after #7488. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
Fixes #7489
Checklist