Skip to content

Commit

Permalink
Merge branch 'main' into serverless/o11y-project-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall authored Apr 28, 2023
2 parents cf0f9a5 + c28d935 commit c4c86dd
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 c4c86dd

Please sign in to comment.