Skip to content

Commit

Permalink
skip failing test suite (#143717)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 20, 2022
1 parent 6eb02d0 commit 022a1b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function ({ getService }: FtrProviderContext) {
}
};

describe('Job parameter validation', () => {
// Failing: See https://github.com/elastic/kibana/issues/143717
describe.skip('Job parameter validation', () => {
before(async () => {
await reportingAPI.initEcommerce();
});
Expand Down

0 comments on commit 022a1b9

Please sign in to comment.