Skip to content

Commit

Permalink
skip failing test suite (#158612)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 17, 2023
1 parent 6f96154 commit 782c3b4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const security = getService('security');
const pageObjects = getPageObjects(['discover']);

describe('creation_continuous_transform', function () {
// Failing: See https://github.com/elastic/kibana/issues/158612
describe.skip('creation_continuous_transform', function () {
before(async () => {
// installing the sample data with test user with super user role and then switching roles with limited privileges
await security.testUser.setRoles(['superuser'], { skipBrowserRefresh: true });
Expand Down

0 comments on commit 782c3b4

Please sign in to comment.