Skip to content

Commit 8c1140d

Browse files
committed
Disable additional tests for platform-dependent behavior.
1 parent 45db4ff commit 8c1140d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cuda_core/tests/test_graph_mem.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,10 @@ def test_graph_mem_set_attributes(init_cuda, mode):
200200
gmr.attributes.reserved_mem_high = 0
201201
gmr.attributes.used_mem_high = 0
202202

203-
assert gmr.attributes.reserved_mem_high == 0
204-
assert gmr.attributes.used_mem_high == 0
203+
# High-water marks are not guaranteed to be reset. This is
204+
# platform-dependent behavior.
205+
# assert gmr.attributes.reserved_mem_high == 0
206+
# assert gmr.attributes.used_mem_high == 0
205207

206208
mman.reset()
207209

0 commit comments

Comments
 (0)