skip flaky suite (#187932)

This commit is contained in:
Tiago Costa 2024-12-10 19:03:56 +00:00
parent 53d0ad2b6c
commit b211bfd6c7
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -41,7 +41,8 @@ describe(
login();
});
describe('Scan operation:', () => {
// FLAKY: https://github.com/elastic/kibana/issues/187932
describe.skip('Scan operation:', () => {
const homeFilePath = Cypress.env('IS_CI') ? '/home/vagrant' : '/home';
const fileContent = 'This is a test file for the scan command.';