Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration-tests/cypress/cypress.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ moduleTypes.forEach(({
assert.strictEqual(exitCode, 0, 'cypress process should exit successfully')
})

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 () => {
const receiverPromise = receiver
.gatherPayloadsMaxTimeout(({ url }) => url.endsWith('/api/v2/citestcycle'), (payloads) => {
const events = payloads
Expand Down
Loading