Skip to content

Commit cc6ca80

Browse files
committed
Force only one test execution
1 parent ad5cbf7 commit cc6ca80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/dd-trace/test/appsec/rasp/fs-plugin.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ describe('AppsecFsPlugin', () => {
222222
opStartCh.unsubscribe(onStart)
223223
}
224224
})
225-
226-
it('should clean up store when finishing op', () => {
225+
it.only('should clean up store when finishing op', () => {
227226
let count = 4
228227
const onFinish = () => {
229228
const store = storage('legacy').getStore()

0 commit comments

Comments
 (0)