Skip to content

Commit 7d76aa8

Browse files
committed
Add insecureSkipTLSVerify option
1 parent e299ab8 commit 7d76aa8

File tree

1 file changed

+1
-0
lines changed
  • dotcom-rendering/scripts/perf/k6

1 file changed

+1
-0
lines changed

dotcom-rendering/scripts/perf/k6/k6.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const jsonPayload = new SharedArray('jsonPayload', function () {
1515
export const options = {
1616
vus: 10,
1717
duration: '60s',
18+
insecureSkipTLSVerify: true,
1819
};
1920

2021
// eslint-disable-next-line import/no-default-export -- k6 requires a default export

0 commit comments

Comments
 (0)