Skip to content

Commit

Permalink
skip failing es promotion suites (#172244)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 30, 2023
1 parent 17e232e commit e17148a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/group3/_request_counts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const queryBar = getService('queryBar');
const elasticChart = getService('elasticChart');

describe('discover request counts', function describeIndexTests() {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/172244
describe.skip('discover request counts', function describeIndexTests() {
before(async function () {
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/long_window_logstash');
Expand Down

0 comments on commit e17148a

Please sign in to comment.