skip failing test (#156802)

## Summary

Skipping due to multiple failures #156780
This commit is contained in:
Dzmitry Lemechko 2023-05-05 12:13:14 +02:00 committed by GitHub
parent 9e9232b0b3
commit 80c3b9e9d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,8 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
const find = getService('find');
const browser = getService('browser');
describe('', () => {
// failing test: https://github.com/elastic/kibana/issues/156780
describe.skip('', () => {
it('runs expression', async () => {
await retry.try(async () => {
const text = await testSubjects.getVisibleText('expressionResult');