mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#187932)
This commit is contained in:
parent
53d0ad2b6c
commit
b211bfd6c7
1 changed files with 2 additions and 1 deletions
|
@ -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.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue