skip flaky suite (#170482)

This commit is contained in:
Tiago Costa 2023-11-04 00:09:07 +00:00
parent db424dcc7c
commit da485d5bf2
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -26,7 +26,8 @@ describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
login();
});
describe('File operations:', () => {
// FLAKY: https://github.com/elastic/kibana/issues/170482
describe.skip('File operations:', () => {
const homeFilePath = process.env.CI || true ? '/home/vagrant' : `/home/ubuntu`;
const fileContent = 'This is a test file for the get-file command.';