Skip to content

Commit

Permalink
skip flaky suite (#107057)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Aug 4, 2021
1 parent 69822a7 commit 6f7c022
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const PageObjects = getPageObjects(['common', 'timePicker', 'discover']);

describe('indexpattern without timefield', () => {
// Failing: See 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(
Expand Down

0 comments on commit 6f7c022

Please sign in to comment.