Skip to content

Commit

Permalink
test: skip problematic test
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit committed Dec 1, 2024
1 parent f164133 commit ccbe48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ test.each(['warmup', 'run'])('%s throws', async mode => {
expect(task?.result?.error).toStrictEqual(error)
})

test('detect faster task', async () => {
test('detect faster task', { skip: platform() !== 'linux' }, async () => {
const bench = new Bench({ iterations: 32, time: 100 })
bench
.add('faster', async () => {
Expand Down

0 comments on commit ccbe48c

Please sign in to comment.