mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Remove flaky test issues for unskipped tests (#173337)
This commit is contained in:
parent
a1bddbe3bb
commit
c86c9e5659
3 changed files with 0 additions and 4 deletions
|
@ -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) => {
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue