Turn reporting tests back on (#20634) (#20731)

* 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:
Stacey Gammon 2018-07-12 15:35:59 -04:00 committed by GitHub
parent 24eb274fc8
commit a28ba56340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();