Skip to content

Commit

Permalink
skip flaky suite (elastic#146722)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and semd committed Mar 4, 2024
1 parent e8d5912 commit 1b517d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ export default function ({ getService }: FtrProviderContext) {
]);
});

it('should edit job space assignment', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/146722
it.skip('should edit job space assignment', async () => {
// AD
await ml.navigation.navigateToStackManagementJobsListPageAnomalyDetectionTab();
await ml.stackManagementJobs.openJobSpacesFlyout('anomaly-detector', testData.adJobId);
Expand Down

0 comments on commit 1b517d1

Please sign in to comment.