Skip to content

Commit

Permalink
[Security Solution] Unskipping `x-pack/test/security_solution_cypress…
Browse files Browse the repository at this point in the history
…/cypress/e2e/investigations/timeline_templates/` working tests on serverless (elastic#168375)
  • Loading branch information
MadameSheema authored Oct 9, 2023
1 parent fb23474 commit 1eb7b96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
TIMELINES_FAVORITE,
} from '../../../screens/timelines';
import { createTimeline } from '../../../tasks/api_calls/timelines';
import { cleanKibana, deleteTimelines } from '../../../tasks/common';
import { deleteTimelines } from '../../../tasks/common';

import { login } from '../../../tasks/login';
import { visit } from '../../../tasks/navigation';
Expand All @@ -50,11 +50,7 @@ import { openTimeline, waitForTimelinesPanelToBeLoaded } from '../../../tasks/ti
import { TIMELINES_URL } from '../../../urls/navigation';

// FLAKY: https://github.com/elastic/kibana/issues/165661
describe('Timeline Templates', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
before(() => {
cleanKibana();
});

describe('Timeline Templates', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
deleteTimelines();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { searchByTitle } from '../../../tasks/table_pagination';

// FLAKY: https://github.com/elastic/kibana/issues/165760
// FLAKY: https://github.com/elastic/kibana/issues/165645
describe('Export timelines', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Export timelines', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
cleanKibana();

Expand Down

0 comments on commit 1eb7b96

Please sign in to comment.