Skip to content

Commit

Permalink
Undo control
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Oct 25, 2023
1 parent e091b40 commit 67540af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2.0.
*/
import expect from 'expect';
// import { ALL_SAVED_OBJECT_INDICES } from '@kbn/core-saved-objects-server';
import { ALL_SAVED_OBJECT_INDICES } from '@kbn/core-saved-objects-server';
import { FtrProviderContext } from '../../common/ftr_provider_context';
import {
deleteAllRules,
Expand Down Expand Up @@ -48,7 +48,7 @@ export default ({ getService }: FtrProviderContext): void => {
overrideExistingPackage: true,
});

// await es.indices.refresh({ index: ALL_SAVED_OBJECT_INDICES });
await es.indices.refresh({ index: ALL_SAVED_OBJECT_INDICES });

// Verify that status is updated after package installation
const statusAfterPackageInstallation = await getPrebuiltRulesAndTimelinesStatus(supertest);
Expand Down

0 comments on commit 67540af

Please sign in to comment.