Skip to content

Commit

Permalink
skip flaky suite (#187932)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 10, 2024
1 parent 53d0ad2 commit b211bfd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.';
Expand Down

0 comments on commit b211bfd

Please sign in to comment.