Skip to content

Commit

Permalink
Skip UA deprecation logs test to allow ES promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Dec 9, 2024
1 parent 70a5bb3 commit 8a9c5d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function ({ getService }: FtrProviderContext) {

const { createDeprecationLog, deleteDeprecationLogs } = initHelpers(getService);

describe('Elasticsearch deprecation logs', function () {
// Skipped to enable ES promotion
describe.skip('Elasticsearch deprecation logs', function () {
describe('GET /api/upgrade_assistant/deprecation_logging', () => {
describe('/count', () => {
it('should filter out the deprecation from Elastic products', async () => {
Expand Down

0 comments on commit 8a9c5d9

Please sign in to comment.