Skip to content

Commit

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

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

0 comments on commit c28d935

Please sign in to comment.