Skip to content

Commit

Permalink
disable dynamic shape export test (#6654)
Browse files Browse the repository at this point in the history
Co-authored-by: Siyuan Liu <lsiyuan@google.coim>
  • Loading branch information
lsy323 and Siyuan Liu authored Feb 29, 2024
1 parent a1ab7fd commit 508aa26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ function run_xla_op_tests3 {
run_test "$CDIR/stablehlo/test_pt2e_qdq.py"
run_xla_hlo_debug "$CDIR/stablehlo/test_stablehlo_inference.py"
run_test "$CDIR/stablehlo/test_stablehlo_compile.py"
run_test "$CDIR/stablehlo/test_unbounded_dynamism.py"
# TODO(lsy323): Will be fixed in #6494
# run_test "$CDIR/stablehlo/test_unbounded_dynamism.py"
run_test "$CDIR/spmd/test_xla_sharding.py"
run_test "$CDIR/spmd/test_xla_sharding_hlo.py"
run_test "$CDIR/spmd/test_xla_virtual_device.py"
Expand Down

0 comments on commit 508aa26

Please sign in to comment.