Skip to content

Commit 93af1c8

Browse files
committed
Ignore memory increases on macOS
1 parent c05b406 commit 93af1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stochastic_arrow/test/test_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_memory():
224224

225225
print('obsidian C implementation elapsed seconds for {} runs: {}'.format(
226226
amplify, obsidian_end - obsidian_start))
227-
if platform.system() == 'Windows':
227+
if platform.system() == 'Windows' or platform.system() == 'Darwin':
228228
assert memory_increases <= 10
229229
else:
230230
assert memory_increases <= 1

0 commit comments

Comments
 (0)