mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#183064)
This commit is contained in:
parent
f487d3e346
commit
eea06fc3c1
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'timePicker',
|
||||
]);
|
||||
|
||||
describe('sample data dashboard', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/183064
|
||||
describe.skip('sample data dashboard', function describeIndexTests() {
|
||||
before(async () => {
|
||||
await esArchiver.emptyKibanaIndex();
|
||||
await PageObjects.common.sleep(5000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue