Skip to content

Commit b848651

Browse files
committed
Skip aws layer e2e tests
1 parent 73c2909 commit b848651

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dev-packages/e2e-tests/test-applications/aws-lambda-layer-cjs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
},
1919
"volta": {
2020
"extends": "../../package.json"
21+
},
22+
"sentryTest": {
23+
"skip": true
2124
}
2225
}

dev-packages/e2e-tests/test-applications/aws-lambda-layer-esm/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
},
2020
"volta": {
2121
"extends": "../../package.json"
22+
},
23+
"sentryTest": {
24+
"skip": true
2225
}
2326
}

0 commit comments

Comments
 (0)