Skip to content

Commit

Permalink
[ML] Unskip Transform continuous creation test (#167829)
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 authored Oct 4, 2023
1 parent 4c23353 commit be7f34e
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const security = getService('security');
const pageObjects = getPageObjects(['discover']);

// Failing: See https://github.com/elastic/kibana/issues/165146
// Failing: See https://github.com/elastic/kibana/issues/165144
describe.skip('creation_continuous_transform', function () {
describe('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 Expand Up @@ -516,9 +514,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await transform.wizard.assertCopyToClipboardButtonEnabled(true);
});

// FLAKY: https://github.com/elastic/kibana/issues/158612
// FLAKY: https://github.com/elastic/kibana/issues/158613
it.skip('runs the transform and displays it correctly in the job list', async () => {
it('runs the transform and displays it correctly in the job list', async () => {
await transform.testExecution.logTestStep('creates the transform');
await transform.wizard.createTransform();

Expand Down

0 comments on commit be7f34e

Please sign in to comment.