mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#170373)
This commit is contained in:
parent
d8ecf0af30
commit
760a692570
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
|||
login();
|
||||
});
|
||||
|
||||
describe('Execute operations:', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/170373
|
||||
describe.skip('Execute operations:', () => {
|
||||
const homeFilePath = process.env.CI || true ? '/home/vagrant' : `/home/ubuntu`;
|
||||
|
||||
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue