Skip to content

Commit

Permalink
chore(NA): add a couple more broken in serverless tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 1, 2023
1 parent 7ce135c commit 6f87323
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ describe('Related integrations', { tags: ['@ess', '@brokenInServerless'] }, () =
});
});

describe('rule details', () => {
// Flaky in serverless tests
describe('rule details', { tags: ['@brokenInServerless'] }, () => {
beforeEach(() => {
visitFirstInstalledPrebuiltRuleDetailsPage();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ import { TOOLTIP } from '../../../../../screens/common';

const RULES_TO_IMPORT_FILENAME = 'cypress/fixtures/7_16_rules.ndjson';

describe('rule snoozing', { tags: ['@ess', '@serverless'] }, () => {
// Flaky in serverless tests
describe('rule snoozing', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
before(() => {
cleanKibana();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import {
import { disableAutoRefresh } from '../../../../tasks/alerts_detection_rules';
import { getNewRule } from '../../../../objects/rule';

describe('Rules table: filtering', { tags: ['@ess', '@serverless'] }, () => {
// Flaky in serverless tests
describe('Rules table: filtering', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
before(() => {
cleanKibana();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const getExceptionList2 = () => ({
list_id: 'exception_list_2',
});

describe('Duplicate List', { tags: ['@ess', '@serverless'] }, () => {
// Flaky in serverless tests
describe('Duplicate List', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
beforeEach(() => {
cy.task('esArchiverResetKibana');
login();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ const defaultHeaders = [
{ id: 'user.name' },
];

describe('Fields Browser', { tags: ['@ess', '@serverless'] }, () => {
// Flaky in serverless tests
describe('Fields Browser', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
before(() => {
cleanKibana();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
const commonPage = getPageObject('common');
const testSubjects = getService('testSubjects');

describe('Management', function () {
// Flaky in serverless tests
describe.skip('Management', function () {
describe('Disabled UIs', () => {
const DISABLED_PLUGINS = [
{
Expand Down

0 comments on commit 6f87323

Please sign in to comment.