Skip to content

Commit

Permalink
skip failing test (elastic#156802)
Browse files Browse the repository at this point in the history
## Summary

Skipping due to multiple failures elastic#156780
  • Loading branch information
dmlemeshko authored May 5, 2023
1 parent 9e9232b commit 80c3b9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/examples/expressions_explorer/expressions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 80c3b9e

Please sign in to comment.