Skip to content

Commit 9b5ec0d

Browse files
Merge master into feature/amazonqLSP
2 parents 1ddb1ac + 82cae41 commit 9b5ec0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/shared/performance/performance.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ export function performanceTest<TSetup, TExecute>(
102102
const testOption = options[process.platform as 'linux' | 'darwin' | 'win32']
103103

104104
const totalTestRuns = options.testRuns ?? 10
105-
106-
return describe(`${name} performance tests`, () => {
105+
// TODO: unskip this once flakiness is reduced.
106+
return describe.skip(`${name} performance tests`, () => {
107107
let performanceTracker: PerformanceTracker | undefined
108108
const testRunMetrics: PerformanceMetrics[] = []
109109

0 commit comments

Comments
 (0)