-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Flaky Test] should be disabled when post is being saved #35641
Labels
[Status] In Progress
Tracking issues with work in progress
[Type] Flaky Test
Auto-generated flaky test report issue
Comments
github-actions
bot
added
the
[Type] Flaky Test
Auto-generated flaky test report issue
label
Oct 14, 2021
This issue has gone 30 days without any activity. |
github-actions
bot
added
the
[Status] Stale
Gives the original author opportunity to update before closing. Can be reopened as needed.
label
Aug 28, 2022
github-actions
bot
removed
the
[Status] Stale
Gives the original author opportunity to update before closing. Can be reopened as needed.
label
Jan 12, 2023
This was referenced Jan 19, 2023
github-actions bot
referenced
this issue
Feb 1, 2023
* add shadow ui controls in global styles hide/show default shadows based on the setting from theme.json add block style variations prefix rename border menu to border & shadow * update shadow presets * Make the shadow panel use small buttons * fix issues with global settings * clip shadow outside 6px boundary * update default shadow presets * update variation path * fix block variation styles for shadow --------- Co-authored-by: Ben Dwyer <[email protected]>
github-actions bot
referenced
this issue
Feb 2, 2023
…5352) * Add pcss file extension to splitChunks cache group test regex. * Add .pcss loader rule for processing PostCSS files via the existing cssLoaders config. * Add PostCSS files (.pcss extension) to SVG asset-inlining loader to allow inlining SVGs from PostCSS files. * Add PostCSS files (.pcss extension) default stylelint rules. * Add PostCSS (.pcss extension) file support to README.md * Add CHANGELOG.md entry. * Add PR number to changelog entry. --------- Co-authored-by: Greg Ziółkowski <[email protected]>
github-actions bot
referenced
this issue
Feb 15, 2023
- @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected]
This was referenced Feb 20, 2023
github-actions bot
referenced
this issue
Feb 23, 2023
* Focus on the paragraph instead clicking it See #48208 (comment) * Add missing fixes As per #48240 (review) and #48240 (comment) * Try without the extra path param As per #48240 (review) * Remove obsolete await As per #48240 (comment) * Revert "Try without the extra path param" This reverts commit 5fad8cd10c0765b8054ffdae7f6bd1840c7bba6c. * Revert "Revert "Try without the extra path param"" This reverts commit 87b1109c0517b27ffe8f5bd5fb417a37e7a822d4. * Revert "Revert "Revert "Try without the extra path param""" This reverts commit 2b931a8bccfbafa9665e638045c6d1847955d98e. * Remove unneeded changes * Describe discrepancy of inexplicably-required line in code via explanatory comment. * Use `canvas.focus()` instead of `canvas.click()` --------- Co-authored-by: Kai Hao <[email protected]> Co-authored-by: Ella van Durpe <[email protected]> Co-authored-by: Dennis Snell <[email protected]> Co-authored-by: Tetsuaki Hamano <[email protected]>
This was referenced Feb 27, 2023
This was referenced Mar 8, 2023
This was referenced Mar 30, 2023
github-actions bot
referenced
this issue
Apr 17, 2023
* Add support in `check-license` for conjunctive (AND) licenses. Conjuctive licenses were being ignored in both the `package.json` and within various LICENSE files. In the first case, this could lead to false negatives $(e.g., 'MIT AND BSD' being treated as non-compatible). In the second case, the implementation was such that only one license was returned (whichever detected license occurred later in `licenseFileStrings`). Based on the ordering of that list, this was likely to cause a false positive, because the non-compatible 'Apache-2.0' license occurs before any of the compatible licenses. Progress on #38461. * Add unit tests for checkAllCompatible * Update CHANGELOG * Tidy up docblock.
This was referenced Dec 20, 2023
github-actions bot
referenced
this issue
Dec 21, 2023
* Rename and standardize the font family endpoints * update tests * format php * visibility of register_routes method * remove not needed config * remove not needed config Co-authored-by: Jason Crist <[email protected]> Co-authored-by: Jeff Ong <[email protected]> --------- Co-authored-by: Jason Crist <[email protected]> Co-authored-by: Jeff Ong <[email protected]>
github-actions bot
referenced
this issue
Dec 22, 2023
Webpack errors were not correctly handled the tests. Webpack does not always pass an error to the callback, instead it provides errors in the compilation stats. Here, we check for those errors correctly and tests fail if webpack completes with errors. Some configuration and test names are also updated in preparation for #57199.
github-actions bot
referenced
this issue
Dec 22, 2023
* DropdownMenu V2: add fallback styles for when subgrid is not supported * CHANGELOG * Simplify solution * Extract common grid template cols * Undo indentation change * Typo
This was referenced Dec 22, 2023
This was referenced Dec 26, 2023
github-actions bot
referenced
this issue
Dec 27, 2023
* Move modules scripts to footer on classic themes * Move only required modules * Move also the module preloads * Make preload only for block themes at head * Revert "Make preload only for block themes at head" This reverts commit 3edb69f.
github-actions bot
referenced
this issue
Dec 27, 2023
* Replace block variation buttons with ToggleGroupControl * Make the control 40px high * Only show ToggleGroupControl when 5 or less options * Use <Flex> instead of extra className * Consolidate label and aria-label * Switch to `__next40pxDefaultSize` prop * Remove invalid `showTooltip` prop * Add `__nextHasNoMarginBottom` prop * Simplify onChange * Remove unnecessary Flex * Remove unnecessary fieldset --------- Co-authored-by: Lena Morita <[email protected]>
github-actions
bot
added
the
[Status] In Progress
Tracking issues with work in progress
label
Dec 27, 2023
github-actions bot
referenced
this issue
Dec 27, 2023
#57284) * Improve the static vs dynamic rendering comment. * Further clarify the sentence.
github-actions bot
referenced
this issue
Dec 28, 2023
* Always send a numerical post ID. Templates and template parts use string ids comprising "theme + // + template name". * Don't assign a post at all if id is not a number or wp_id (for templates) doesn't exist.
This was referenced Dec 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Status] In Progress
Tracking issues with work in progress
[Type] Flaky Test
Auto-generated flaky test report issue
Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.
Test title
should be disabled when post is being saved
Test path
/test/e2e/specs/editor/various/publish-button.spec.js
Errors
[2021-10-14T16:27:56.542Z]
Test passed after 1 failed attempt onrnmobile/add/embed-block-integration-tests
.[2021-10-18T11:36:54.683Z]
Test passed after 1 failed attempt onenhance/color-screens
.[2021-11-15T12:06:47.614Z]
Test passed after 1 failed attempt ontrunk
.[2021-12-16T16:28:15.299Z]
Test passed after 1 failed attempt ontrunk
.[2022-03-03T05:49:21.941Z]
Test passed after 1 failed attempt onfix/image-upload-errors
.[2022-03-30T10:08:02.918Z]
Test passed after 1 failed attempt onrnmobile/feature/drag-and-drop-use-scroll-when-dragging
.[2022-06-15T17:10:48.908Z]
Test passed after 1 failed attempt ontrunk
.[2022-07-15T02:45:19.136Z]
Test passed after 1 failed attempt ontrunk
.[2023-01-10T08:14:29.617Z]
Test passed after 1 failed attempt ontrunk
.[2023-01-19T15:41:00.168Z]
Test passed after 1 failed attempt onrefactor/lodash-set-with
.[2023-01-19T16:10:51.610Z]
Test passed after 1 failed attempt onrefactor/lodash-set-with
.[2023-01-19T16:46:57.701Z]
Test passed after 1 failed attempt onrefactor/lodash-set-with
.[2023-01-24T09:05:18.492Z]
Test passed after 1 failed attempt onadd/has-link-color
.[2023-02-01T07:35:21.101Z]
Test passed after 1 failed attempt ontrunk
.[2023-02-02T10:36:34.842Z]
Test passed after 1 failed attempt ontrunk
.[2023-02-05T23:03:30.742Z]
Test passed after 1 failed attempt ontrunk
.[2023-02-08T15:58:48.614Z]
Test passed after 1 failed attempt onperf/avoid-string-slicing-on-keypress
.[2023-02-10T17:50:17.548Z]
Test passed after 1 failed attempt ontrunk
.[2023-02-15T21:14:42.720Z]
Test passed after 1 failed attempt ontrunk
.[2023-02-20T12:30:37.004Z]
Test passed after 1 failed attempt onadd/perf-tests-artifacts-upload
.[2023-02-21T05:50:42.641Z]
Test passed after 1 failed attempt onadd/typescript-eslint-type-checking
.[2023-02-22T09:25:06.812Z]
Test passed after 1 failed attempt onfix/shadow-button-tooltip
.[2023-02-23T11:20:09.768Z]
Test passed after 1 failed attempt onfix/mediareplaceflow-style
.[2023-02-23T13:55:49.366Z]
Test passed after 1 failed attempt onwp/6.2
.[2023-02-27T23:54:00.042Z]
Test passed after 1 failed attempt onfix/autocomplete-guard-set-state
.[2023-02-28T09:37:16.315Z]
Test passed after 1 failed attempt onfeat/responsive-wrapper-SVG
.[2023-03-01T12:28:12.260Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-08T09:33:14.336Z]
Test passed after 1 failed attempt onupdate/jest-29
.[2023-03-11T15:27:11.866Z]
Test passed after 1 failed attempt onadd/page-utils-press-keys
.[2023-03-23T12:28:04.431Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-30T21:13:54.791Z]
Test passed after 1 failed attempt onupdate/block-supports-dependencies
.[2023-04-05T16:02:03.067Z]
Test passed after 1 failed attempt ontry/block-tools-marry-document-tools
.[2023-04-13T14:31:39.841Z]
Test passed after 1 failed attempt onautocomplete/update-readme
.[2023-04-17T11:52:09.846Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-19T10:24:26.240Z]
Test passed after 1 failed attempt onuse/list-view-in-inspector
.[2023-04-19T15:34:39.981Z]
Test passed after 1 failed attempt onfilter-component-on-inspector
.[2023-04-19T17:34:12.409Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-20T03:06:27.334Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-21T07:31:10.633Z]
Test passed after 1 failed attempt onadd/elements-heading-color-support
.[2023-04-21T11:23:58.795Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-25T10:27:39.756Z]
Test passed after 1 failed attempt onadd/image-drop-html
.[2023-04-27T06:09:38.336Z]
Test passed after 1 failed attempt onadd/global-styles-revisions-ui
.[2023-05-02T11:33:04.007Z]
Test passed after 1 failed attempt ontry/site-edit-loading-experience-3
.[2023-05-03T12:22:18.090Z]
Test passed after 1 failed attempt onupdate/block-deprecation-docs
.[2023-05-04T01:43:26.272Z]
Test passed after 1 failed attempt onfix/gradient-palette-popovers-on-mobile
.[2023-05-08T16:38:33.448Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-09T14:11:53.839Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-09T14:19:04.480Z]
Test passed after 1 failed attempt ontry/routes-skip-location-update
.[2023-05-16T10:37:55.022Z]
Test passed after 1 failed attempt onfix/keyboard-tabbing-into-hidden-block
.[2023-05-17T12:23:32.837Z]
Test passed after 1 failed attempt ontry/navigation-menu-focus-mode-experiment
.[2023-05-20T03:53:59.124Z]
Test passed after 1 failed attempt onupdate/preformatted-spacing
.[2023-05-25T11:28:31.804Z]
Test passed after 1 failed attempt onfix/link-control-internal-state-tracking
.[2023-06-01T13:58:49.962Z]
Test passed after 1 failed attempt ontrunk
.[2023-06-16T16:39:18.437Z]
Test passed after 1 failed attempt ontry/site-editor-metrics
.[2023-06-16T17:17:56.824Z]
Test passed after 1 failed attempt ontry/site-editor-metrics
.[2023-07-13T00:13:10.700Z]
Test passed after 1 failed attempt onfix/add-reusable-keyword-to-patterns
.[2023-07-27T13:08:46.400Z]
Test passed after 1 failed attempt onupdate/disable-image-flaky-tests
.[2023-08-01T07:27:47.860Z]
Test passed after 1 failed attempt onwp/6.3
.[2023-08-09T08:15:11.802Z]
Test passed after 1 failed attempt ontrunk
.[2023-08-17T10:12:10.312Z]
Test passed after 1 failed attempt ontrunk
.[2023-08-25T05:28:32.957Z]
Test passed after 2 failed attempts onadd/pattern-category-filtering-post-editor
.[2023-08-28T22:06:31.045Z]
Test passed after 2 failed attempts onadd/pattern-category-filtering-post-editor
.[2023-08-29T05:52:41.593Z]
Test passed after 2 failed attempts onupdate/block-editor-inserter-merge-patterns
.[2023-09-21T10:32:24.956Z]
Test passed after 1 failed attempt ontrunk
.[2023-09-22T04:35:49.468Z]
Test passed after 1 failed attempt ontry/second-layout-prototype
.[2023-09-30T15:26:16.468Z]
Test passed after 1 failed attempt ontrunk
.[2023-10-06T22:28:44.544Z]
Test passed after 1 failed attempt onupdate/block-toolbar-dom
.[2023-10-11T14:33:58.201Z]
Test passed after 1 failed attempt ontrunk
.[2023-12-20T21:42:30.114Z]
Test passed after 1 failed attempt ontabs-style-book
.[2023-12-21T01:53:48.826Z]
Test passed after 1 failed attempt ontabs-style-book
.[2023-12-21T03:58:08.126Z]
Test passed after 1 failed attempt ontry/editing-pattern-in-focus-mode
.[2023-12-21T04:22:47.716Z]
Test passed after 1 failed attempt ontry/editing-pattern-in-focus-mode
.[2023-12-21T04:23:30.913Z]
Test passed after 1 failed attempt ontry/add-background-size-block-support
.[2023-12-21T04:42:26.802Z]
Test passed after 1 failed attempt ontry/add-background-size-block-support
.[2023-12-21T08:03:08.298Z]
Test passed after 1 failed attempt ontry/editing-pattern-in-focus-mode
.[2023-12-21T08:05:34.525Z]
Test passed after 2 failed attempts onfix/selection-styles
.[2023-12-21T14:47:41.373Z]
Test passed after 1 failed attempt ontrunk
.[2023-12-21T19:23:05.807Z]
Test passed after 1 failed attempt ontry/unregister-font-collection
.[2023-12-21T21:49:49.445Z]
Test passed after 2 failed attempts ontry/editing-pattern-in-focus-mode
.[2023-12-21T22:24:32.418Z]
Test passed after 1 failed attempt ontry/editing-pattern-in-focus-mode
.[2023-12-22T11:42:58.176Z]
Test passed after 2 failed attempts ontrunk
.[2023-12-22T12:03:48.199Z]
Test passed after 2 failed attempts onadd/dewp-esmodules
.[2023-12-22T12:20:48.685Z]
Test passed after 2 failed attempts ontrunk
.[2023-12-22T12:32:00.922Z]
Test passed after 1 failed attempt ontrunk
.[2023-12-22T12:54:00.692Z]
Test passed after 1 failed attempt ontry/block-support-replace-pure-with-memo
.[2023-12-22T15:49:40.396Z]
Test passed after 1 failed attempt onrefactor/tooltip-tests
.[2023-12-22T20:32:54.383Z]
Test passed after 1 failed attempt onupdate/interactivity-mark-interactive-parts
.[2023-12-24T16:09:09.989Z]
Test passed after 1 failed attempt onupdate/interactivity-mark-interactive-parts
.[2023-12-24T16:32:30.559Z]
Test passed after 1 failed attempt onupdate/interactivity-mark-interactive-parts
.[2023-12-25T18:13:44.308Z]
Test passed after 2 failed attempts ontrunk
.[2023-12-26T15:24:51.248Z]
Test passed after 1 failed attempt onfix/gallery-multi-select-controls
.[2023-12-26T15:44:01.652Z]
Test passed after 2 failed attempts ontry/use-dewp-esmodules-interactivity
.[2023-12-26T15:51:13.387Z]
Test passed after 1 failed attempt onfix/gallery-multi-select-controls
.[2023-12-27T14:00:56.449Z]
Test passed after 1 failed attempt onfix/import_module_maps
.[2023-12-27T14:18:18.902Z]
Test passed after 1 failed attempt onfix/import_module_maps
.[2023-12-27T14:43:19.050Z]
Test passed after 1 failed attempt ontrunk
.[2023-12-27T14:50:43.253Z]
Test passed after 1 failed attempt onadd/dewp-esmodules
.[2023-12-27T15:33:14.465Z]
Test passed after 1 failed attempt onfix/number-control-increment-decrement-buttons
.[2023-12-27T16:33:09.475Z]
Test passed after 1 failed attempt ontrunk
.[2023-12-27T16:44:33.127Z]
Test passed after 1 failed attempt ondocs/update-block-tutorial
.[2023-12-27T21:04:04.946Z]
Test passed after 1 failed attempt ontrunk
.[2023-12-28T04:54:48.386Z]
Test passed after 1 failed attempt ontrunk
.[2023-12-28T05:18:24.027Z]
Test passed after 1 failed attempt ontrunk
.[2023-12-28T05:37:26.450Z]
Test passed after 1 failed attempt ontrunk
.[2023-12-28T06:21:50.124Z]
Test passed after 1 failed attempt onupdate/move-global-style-changes-compare-to-block-editor
.[2023-12-28T07:32:48.438Z]
Test passed after 1 failed attempt ondocs/tutorials-avoid-react-warning
.The text was updated successfully, but these errors were encountered: