Skip to content

Commit f10147d

Browse files
authored
Skip flaky test on macOS (#6994)
1 parent 8796ac8 commit f10147d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration-tests/profiler/profiler.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,9 @@ describe('profiler', () => {
732732
if (process.platform === 'win32') {
733733
this.skip() // Wall profiler context count telemetry is not supported on Windows
734734
}
735+
if (process.platform === 'darwin') {
736+
this.skip() // Test is flaky on macOS
737+
}
735738
proc = fork(profilerTestFile, {
736739
cwd,
737740
env: {

0 commit comments

Comments
 (0)