Skip to content

Commit

Permalink
Revert "chore: add burnInTestAction capability (#27768)"
Browse files Browse the repository at this point in the history
This reverts commit ae3df1a.
  • Loading branch information
AtofStryker committed Sep 28, 2023
1 parent 5e8deb7 commit cde15d0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion packages/server/lib/cloud/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const runnerCapabilities = {
'dynamicSpecsInSerialMode': true,
'skipSpecAction': true,
'protocolMountVersion': 2,
'burnInTestAction': true,
}

let responseCache = {}
Expand Down
1 change: 0 additions & 1 deletion packages/server/test/unit/cloud/api_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ describe('lib/cloud/api', () => {
'protocolMountVersion': 2,
'dynamicSpecsInSerialMode': true,
'skipSpecAction': true,
'burnInTestAction': true,
},
}
})
Expand Down
3 changes: 1 addition & 2 deletions system-tests/__snapshots__/record_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2368,8 +2368,7 @@ Request Sent:
"runnerCapabilities": {
"dynamicSpecsInSerialMode": true,
"skipSpecAction": true,
"protocolMountVersion": 2,
"burnInTestAction": true
"protocolMountVersion": 2
}
}
Expand Down
1 change: 0 additions & 1 deletion system-tests/test/record_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,6 @@ describe('e2e record', () => {
'dynamicSpecsInSerialMode': true,
'protocolMountVersion': 2,
'skipSpecAction': true,
'burnInTestAction': true,
})
})

Expand Down

0 comments on commit cde15d0

Please sign in to comment.