mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky test (#42696)
This commit is contained in:
parent
3a310b088a
commit
492ade3d77
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const infraSourceConfigurationForm = getService('infraSourceConfigurationForm');
|
||||
const pageObjects = getPageObjects(['common', 'infraLogs']);
|
||||
|
||||
describe('Logs Source Configuration', function() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/42696
|
||||
describe.skip('Logs Source Configuration', function() {
|
||||
this.tags('smoke');
|
||||
before(async () => {
|
||||
await esArchiver.load('empty_kibana');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue