Skip to content

Commit

Permalink
Merge branch 'main' of github.com:elastic/kibana into add-window-main…
Browse files Browse the repository at this point in the history
…tenance-capabilities-ui
  • Loading branch information
XavierM committed Apr 28, 2023
2 parents 3202027 + c28d935 commit c86fb95
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 c86fb95

Please sign in to comment.