mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* 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
24eb274fc8
commit
a28ba56340
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