Skip to content

Commit

Permalink
Uncomment tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SoniaSanzV committed Dec 30, 2024
1 parent add32b5 commit 4406e42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

describe('data retention', function () {
// failsOnMKI, see https://github.com/elastic/kibana/issues/181242
// this.tags(['failsOnMKI']);
this.tags(['failsOnMKI']);
it('allows to update data retention', async () => {
// Open details flyout
await pageObjects.indexManagement.clickDataStreamNameLink(TEST_DS_NAME);
Expand All @@ -129,7 +129,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});

describe('Project level data retention checks - security solution', () => {
// this.tags(['skipSvlOblt', 'skipSvlSearch']);
this.tags(['skipSvlOblt', 'skipSvlSearch']);

it('shows project data retention in the datastreams list', async () => {
expect(await testSubjects.exists('projectLevelRetentionCallout')).to.be(true);
Expand Down

0 comments on commit 4406e42

Please sign in to comment.