From 508aa260531bbc10326547cf13df82cbeaed35c9 Mon Sep 17 00:00:00 2001 From: Siyuan Liu Date: Thu, 29 Feb 2024 14:32:22 -0800 Subject: [PATCH] disable dynamic shape export test (#6654) Co-authored-by: Siyuan Liu --- test/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index 6e03b179511..3c2593d850f 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -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"