mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
disable flaky suite (#38137)
This commit is contained in:
parent
a6a0b202c0
commit
eb36519d9b
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ export default function ({ getPageObjects, getService, updateBaselines }) {
|
|||
const PageObjects = getPageObjects(['common', 'maps', 'header', 'home', 'timePicker']);
|
||||
const screenshot = getService('screenshots');
|
||||
|
||||
describe('maps loaded from sample data', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/38137
|
||||
describe.skip('maps loaded from sample data', () => {
|
||||
|
||||
// Sample data is shifted to be relative to current time
|
||||
// This means that a static timerange will return different documents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue