mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite. #107028
This commit is contained in:
parent
d5ed0c4af9
commit
cbbf0fa6ce
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ export default function ({
|
|||
}: FtrProviderContext & { updateBaselines: boolean }) {
|
||||
let expectExpression: ExpectExpression;
|
||||
|
||||
describe('esaggs timeshift tests', () => {
|
||||
// FLAKY https://github.com/elastic/kibana/issues/107028
|
||||
describe.skip('esaggs timeshift tests', () => {
|
||||
before(() => {
|
||||
expectExpression = expectExpressionProvider({ getService, updateBaselines });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue