diff --git a/asdf/_tests/_issues/test_1553.py b/asdf/_tests/_regtests/test_1553.py similarity index 78% rename from asdf/_tests/_issues/test_1553.py rename to asdf/_tests/_regtests/test_1553.py index 4d7286269..f19dfb523 100644 --- a/asdf/_tests/_issues/test_1553.py +++ b/asdf/_tests/_regtests/test_1553.py @@ -3,9 +3,9 @@ import asdf -def test_1553(tmp_path): +def test_asdf_info_should_not_load_arrays(tmp_path): """ - AsdfFile.info loads array data + AsdfFile.info should not load array data https://github.com/asdf-format/asdf/issues/1553 """