Skip to content

Commit

Permalink
skipping broken tests that had tried to initially unskip for serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Jan 12, 2024
1 parent dcda76a commit db3c3d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default ({ getService }: FtrProviderContext): void => {
const es = getService('es');

// See https://github.com/elastic/kibana/issues/130963 for discussion on deprecation
describe('@ess @serverless create_rules_bulk', () => {
describe('@ess @brokenInServerless @skipInQA create_rules_bulk', () => {
describe('deprecations', () => {
afterEach(async () => {
await deleteAllRules(supertest, log);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default ({ getService }: FtrProviderContext): void => {
const ELASTICSEARCH_USERNAME = config.get('servers.kibana.username');

// See https://github.com/elastic/kibana/issues/130963 for discussion on deprecation
describe('@ess @serverless delete_rules_bulk', () => {
describe('@ess @brokenInServerless @skipInQA delete_rules_bulk', () => {
describe('deprecations', () => {
it('should return a warning header', async () => {
await createRule(supertest, log, getSimpleRule());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default ({ getService }: FtrProviderContext) => {
const ELASTICSEARCH_USERNAME = config.get('servers.kibana.username');

// See https://github.com/elastic/kibana/issues/130963 for discussion on deprecation
describe('@ess @serverless patch_rules_bulk', () => {
describe('@ess @brokenInServerless @skipInQA patch_rules_bulk', () => {
describe('deprecations', () => {
afterEach(async () => {
await deleteAllRules(supertest, log);
Expand Down

0 comments on commit db3c3d5

Please sign in to comment.