[Security Solution] Remove flaky test issues for unskipped tests (#173337)

This commit is contained in:
christineweng 2023-12-18 15:17:51 -06:00 committed by GitHub
parent a1bddbe3bb
commit c86c9e5659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 4 deletions

View file

@ -17,8 +17,6 @@ import { TIMELINE_TEMPLATES_URL } from '../../../urls/navigation';
import { createTimelineTemplate } from '../../../tasks/api_calls/timelines';
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'] }, () => {
before(() => {
createTimelineTemplate(getTimelineTemplate()).then((response) => {

View file

@ -18,7 +18,6 @@ import { populateTimeline } from '../../../tasks/timeline';
import { hostsUrl } from '../../../urls/navigation';
// FLAKY: https://github.com/elastic/kibana/issues/165638
describe('Toggle full screen', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();

View file

@ -14,7 +14,6 @@ import { executeTimelineKQL, openTimelineInspectButton } from '../../../tasks/ti
import { hostsUrl } from '../../../urls/navigation';
// FLAKY: https://github.com/elastic/kibana/issues/165688
describe('Inspect', { tags: ['@ess', '@serverless'] }, () => {
context('Timeline', () => {
it('inspects the timeline', () => {