From e39587c6e8925a40ae9049fbf5a92c8065b29d8e Mon Sep 17 00:00:00 2001 From: Siyuan Liu Date: Wed, 13 Mar 2024 00:26:39 +0000 Subject: [PATCH] re-enable pt2e tests --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index d784efd8bac..206539632d6 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -214,7 +214,7 @@ function run_xla_op_tests3 { # CI with tf. run_test "$CDIR/stablehlo/test_implicit_broadcasting.py" run_test "$CDIR/stablehlo/test_mark_pattern.py" - # run_test "$CDIR/stablehlo/test_pt2e_qdq.py" + 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"