mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.8`: - [skip field_formatters test suite (#156834)](https://github.com/elastic/kibana/pull/156834) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2023-05-05T12:25:16Z","message":"skip field_formatters test suite (#156834)\n\n## Summary\r\n\r\nSkipping due to multiple failures #156153","sha":"88cbc0f641d3fdf02b6fb0325a491a49703bbd75","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","release_note:skip","v8.9.0","v8.8.1"],"number":156834,"url":"https://github.com/elastic/kibana/pull/156834","mergeCommit":{"message":"skip field_formatters test suite (#156834)\n\n## Summary\r\n\r\nSkipping due to multiple failures #156153","sha":"88cbc0f641d3fdf02b6fb0325a491a49703bbd75"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/156834","number":156834,"mergeCommit":{"message":"skip field_formatters test suite (#156834)\n\n## Summary\r\n\r\nSkipping due to multiple failures #156153","sha":"88cbc0f641d3fdf02b6fb0325a491a49703bbd75"}},{"branch":"8.8","label":"v8.8.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
This commit is contained in:
parent
3f89b0c8e7
commit
a93823e4a9
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const fieldEditor = getService('fieldEditor');
|
||||
|
||||
describe('lens fields formatters tests', () => {
|
||||
// flaky test: https://github.com/elastic/kibana/issues/156153
|
||||
describe.skip('lens fields formatters tests', () => {
|
||||
before(async () => {
|
||||
await PageObjects.visualize.navigateToNewVisualization();
|
||||
await PageObjects.visualize.clickVisType('lens');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue