chore: fix mocha retries syntax in e2e test (#8775)

This commit is contained in:
Jessica Sachs
2020-10-07 18:06:50 -04:00
committed by GitHub
parent 4d5cefd2a9
commit 8bf4e3ddf2

View File

@@ -8,7 +8,7 @@ const NUM_TESTS = 40
const MS_PER_TEST = 500
const EXPECTED_DURATION_MS = NUM_TESTS * MS_PER_TEST
describe('e2e video compression', { retries: 1 }, () => {
describe('e2e video compression', () => {
e2e.setup()
return [