mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
disable flaky reporting tests (#20441)
This commit is contained in:
parent
3fb2561686
commit
23d5dd4275
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ export default function ({ getService }) {
|
|||
const reportingAPI = getService('reportingAPI');
|
||||
const usageAPI = getService('usageAPI');
|
||||
|
||||
describe('BWC report generation urls', () => {
|
||||
// Disabling because of CI flakiness
|
||||
describe.skip('BWC report generation urls', () => {
|
||||
describe('6_2', () => {
|
||||
before(async () => {
|
||||
await reportingAPI.deleteAllReportingIndexes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue