mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Turn reporting tests back on (#20634)
* unskip reporting tests * Focus only on flaky test suite and run 10x * Revert "Focus only on flaky test suite and run 10x" This reverts commit a6616b1140c29d8d3f13666d20ae94db9a97267f.
This commit is contained in:
parent
423a961a1f
commit
826758c78c
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ export default function ({ getService }) {
|
|||
const reportingAPI = getService('reportingAPI');
|
||||
const usageAPI = getService('usageAPI');
|
||||
|
||||
// Disabling because of CI flakiness
|
||||
describe.skip('BWC report generation urls', () => {
|
||||
describe('BWC report generation urls', () => {
|
||||
describe('6_2', () => {
|
||||
before(async () => {
|
||||
await reportingAPI.deleteAllReportingIndexes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue