mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#89379)
This commit is contained in:
parent
0fe7b9e080
commit
2c648acffd
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const dashboardExpect = getService('dashboardExpect');
|
||||
const PageObjects = getPageObjects(['common', 'header', 'home', 'dashboard', 'timePicker']);
|
||||
|
||||
describe('sample data', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/89379
|
||||
describe.skip('sample data', function describeIndexTests() {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['kibana_admin', 'kibana_sample_admin']);
|
||||
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue