Skip to content

Commit

Permalink
[ML] Functional tests - remove duplicate archive load (#102701) (#102715
Browse files Browse the repository at this point in the history
)

This PR removes the duplicate load of the `event_rate_nanos` archive in the `data_nanos_job` test suite.

Co-authored-by: Robert Oskamp <robert.oskamp@elastic.co>
  • Loading branch information
kibanamachine and pheyos committed Jun 21, 2021
1 parent e845c0a commit e6f8083
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ export default function ({ getService }: FtrProviderContext) {
'@timestamp'
);
await ml.testResources.setKibanaTimeZoneToUTC();

await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/event_rate_nanos');
await ml.securityUI.loginAsMlPowerUser();
});

Expand Down

0 comments on commit e6f8083

Please sign in to comment.