Skip to content

Commit

Permalink
Merge master into feature/sdkv3
Browse files Browse the repository at this point in the history
aws-toolkit-automation authored Jan 31, 2025

Verified

This commit was signed with the committer’s verified signature.
2 parents 2a01cba + 82cae41 commit 0c243d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/shared/performance/performance.ts
Original file line number Diff line number Diff line change
@@ -102,8 +102,8 @@ export function performanceTest<TSetup, TExecute>(
const testOption = options[process.platform as 'linux' | 'darwin' | 'win32']

const totalTestRuns = options.testRuns ?? 10

return describe(`${name} performance tests`, () => {
// TODO: unskip this once flakiness is reduced.
return describe.skip(`${name} performance tests`, () => {
let performanceTracker: PerformanceTracker | undefined
const testRunMetrics: PerformanceMetrics[] = []

0 comments on commit 0c243d2

Please sign in to comment.