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 c4c86dd + ec76672 commit 3747129
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 3747129

Please sign in to comment.