mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Dashboard] Re-skip flaky flyout tests (#160427)
Closes https://github.com/elastic/kibana/issues/159933 Closes https://github.com/elastic/kibana/issues/159932 Closes https://github.com/elastic/kibana/issues/159931 ## Summary https://github.com/elastic/kibana/pull/160187 didn't work as a fix, so re-skipping these tests **just for 8.8** as described [here](https://github.com/elastic/kibana/issues/159931#issuecomment-1602793541) ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
parent
913ea518cc
commit
03eddedbc7
1 changed files with 5 additions and 2 deletions
|
@ -135,7 +135,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('using a pinned filter that excludes all data', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/159931
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/159932
|
||||
describe.skip('using a pinned filter that excludes all data', () => {
|
||||
before(async () => {
|
||||
// Functional tests clear session storage after each suite, so it is important to repopulate unsaved panels
|
||||
await populateDashboard();
|
||||
|
@ -196,7 +198,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('disabling a filter unfilters the data on', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/159933
|
||||
describe.skip('disabling a filter unfilters the data on', function () {
|
||||
before(async () => {
|
||||
// Functional tests clear session storage after each suite, so it is important to repopulate unsaved panels
|
||||
await populateDashboard();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue