Skip to content

Commit

Permalink
skip flaky suite (#58059)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 20, 2020
1 parent ba983f0 commit dbb4a66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const pageObjects = getPageObjects(['common', 'infraLogs']);
const retry = getService('retry');

describe('Logs Source Configuration', function() {
// FLAKY: https://github.com/elastic/kibana/issues/58059
describe.skip('Logs Source Configuration', function() {
this.tags('smoke');

before(async () => {
Expand Down

0 comments on commit dbb4a66

Please sign in to comment.