We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ebc73 commit bedafc9Copy full SHA for bedafc9
1 file changed
integration-tests/cypress/cypress.spec.js
@@ -775,7 +775,7 @@ moduleTypes.forEach(({
775
assert.strictEqual(exitCode, 0, 'cypress process should exit successfully')
776
})
777
778
- it('custom after:spec and after:run handlers are chained with dd-trace instrumentation', async () => {
+ over10It('custom after:spec and after:run handlers are chained with dd-trace instrumentation', async () => {
779
const receiverPromise = receiver
780
.gatherPayloadsMaxTimeout(({ url }) => url.endsWith('/api/v2/citestcycle'), (payloads) => {
781
const events = payloads
0 commit comments