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:
Stacey Gammon 2018-07-12 11:27:18 -04:00 committed by GitHub
parent 423a961a1f
commit 826758c78c
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();