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