mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite. #107057
This commit is contained in:
parent
06e66ca284
commit
fd3379d069
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const PageObjects = getPageObjects(['common', 'timePicker', 'discover']);
|
||||
|
||||
describe('indexpattern without timefield', () => {
|
||||
// FLAKY https://github.com/elastic/kibana/issues/107057
|
||||
describe.skip('indexpattern without timefield', () => {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['kibana_admin', 'kibana_timefield']);
|
||||
await esArchiver.loadIfNeeded(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue