mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky test (#40670)
This commit is contained in:
parent
3e6d9d2157
commit
57e959ef0e
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const dashboardExpect = getService('dashboardExpect');
|
||||
const PageObjects = getPageObjects(['common', 'header', 'home', 'dashboard', 'timePicker']);
|
||||
|
||||
describe('sample data', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/40670
|
||||
describe.skip('sample data', function describeIndexTests() {
|
||||
this.tags('smoke');
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue