Skip to content

Commit bedafc9

Browse files
[test optimization] Fix cypress tests in release branch (#7973)
1 parent 36ebc73 commit bedafc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/cypress/cypress.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ moduleTypes.forEach(({
775775
assert.strictEqual(exitCode, 0, 'cypress process should exit successfully')
776776
})
777777

778-
it('custom after:spec and after:run handlers are chained with dd-trace instrumentation', async () => {
778+
over10It('custom after:spec and after:run handlers are chained with dd-trace instrumentation', async () => {
779779
const receiverPromise = receiver
780780
.gatherPayloadsMaxTimeout(({ url }) => url.endsWith('/api/v2/citestcycle'), (payloads) => {
781781
const events = payloads

0 commit comments

Comments
 (0)