mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
42357cf5b6
commit
05335ae156
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