Skip to content

Commit

Permalink
skip failing suite (#156218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Apr 28, 2023
1 parent c28d935 commit ec76672
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
});
});

describe('when filters are applied', () => {
// FAILING: https://github.com/elastic/kibana/issues/156218
describe.skip('when filters are applied', () => {
it('returns empty state for filters', async () => {
const response = await getMobileStats({
serviceName: 'synth-android',
Expand Down

0 comments on commit ec76672

Please sign in to comment.