mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-13 04:49:04 -05:00
chore: fix mocha retries syntax in e2e test (#8775)
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user