Skip to content

Commit

Permalink
docs(NA): add missing flaky comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 1, 2023
1 parent ba22046 commit ab0230c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { cleanKibana, deleteAlertsAndRules } from '../../../../tasks/common';
import { login, visitWithoutDateRange } from '../../../../tasks/login';
import { DETECTIONS_RULE_MANAGEMENT_URL } from '../../../../urls/navigation';

// Flaky in serverless tests
describe('Rules table: links', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
before(() => {
cleanKibana();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ describe('value lists', () => {
closeValueListsModal();
});

// Flaky in serverless tests
describe('create list types', { tags: ['@brokenInServerless'] }, () => {
beforeEach(() => {
openValueListsModal();
Expand Down Expand Up @@ -108,6 +109,7 @@ describe('value lists', () => {
});
});

// Flaky in serverless tests
describe('delete list types', { tags: ['@brokenInServerless'] }, () => {
it('deletes a "keyword" list from an uploaded file', () => {
importValueList(TEXT_LIST_FILE_NAME, 'keyword');
Expand Down Expand Up @@ -154,6 +156,7 @@ describe('value lists', () => {
});
});

// Flaky in serverless tests
describe('export list types', { tags: ['@brokenInServerless'] }, () => {
it('exports a "keyword" list from an uploaded file', () => {
cy.intercept('POST', `/api/lists/items/_export?list_id=${TEXT_LIST_FILE_NAME}`).as(
Expand Down

0 comments on commit ab0230c

Please sign in to comment.