disable dynamic rank testcase

This commit is contained in:
wilfChen 2023-02-06 09:34:58 +08:00
parent 24b3ad9ef0
commit 8e46835c1e
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ def test_choleskysolve_dynamic_shape():
grad_dyn_case(False)
@pytest.mark.skip(reason="dynamic rank feature is under developing.")
@pytest.mark.level1
@pytest.mark.platform_x86_cpu
@pytest.mark.env_onecard