mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip flaky suite (#156780)
This commit is contained in:
parent
b9d678c7b3
commit
d6272bcc99
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
|
||||||
const find = getService('find');
|
const find = getService('find');
|
||||||
const browser = getService('browser');
|
const browser = getService('browser');
|
||||||
|
|
||||||
describe('', () => {
|
// FLAKY: https://github.com/elastic/kibana/issues/156780
|
||||||
|
describe.skip('', () => {
|
||||||
it('runs expression', async () => {
|
it('runs expression', async () => {
|
||||||
await retry.try(async () => {
|
await retry.try(async () => {
|
||||||
const text = await testSubjects.getVisibleText('expressionResult');
|
const text = await testSubjects.getVisibleText('expressionResult');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue