Skip to content

Commit 7d50066

Browse files
committed
add link to flaky test issue
Signed-off-by: Mitchell <mitch_dz@hotmail.com>
1 parent 786d4f9 commit 7d50066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tests/kernel/test_assignments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ class MyTuple:
849849
# kernel-internal deep copy and list mutation still produce wrong results
850850
# intermittently on that configuration. Disabling until root cause is
851851
# identified.
852+
# See https://github.com/NVIDIA/cuda-quantum/issues/3923
852853
@cudaq.kernel
853854
def test11(t: MyTuple, size: int) -> list[int]:
854855
l = [t.copy(deep=True) for _ in range(size)]

0 commit comments

Comments
 (0)