Skip to content

Commit

Permalink
skip flaky suite (elastic#187932)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 6, 2024
1 parent 1b9079f commit b0935f7
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 b0935f7

Please sign in to comment.