Skip to content

Commit

Permalink
[Python] Disable build_api concurrency test (#19298)
Browse files Browse the repository at this point in the history
This test currently fails with python3.10.

Error message:
https://gist.github.com/kuhar/7af56cf5a760bead6af9176b99e26cef.
  • Loading branch information
kuhar authored Nov 26, 2024
1 parent 4e3e898 commit 77ff99c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions compiler/bindings/python/test/build_api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ if(IREE_INPUT_TORCH)
)
endif()

iree_py_test(
NAME
concurrency_test
SRCS
"concurrency_test.py"
)
# FIXME: This test fails on python3.10.
# iree_py_test(
# NAME
# concurrency_test
# SRCS
# "concurrency_test.py"
#)

0 comments on commit 77ff99c

Please sign in to comment.