disable flaky reporting tests (#20441)

This commit is contained in:
Nathan Reese 2018-07-03 16:35:02 -06:00 committed by GitHub
parent 3fb2561686
commit 23d5dd4275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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