Skip to content

Commit add8743

Browse files
committed
skip galexsec time format test
1 parent af7c3d7 commit add8743

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

asdf_astropy/converters/time/tests/test_time.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ def create_formats():
136136
# stardate is not a documented format for astropy
137137
# https://docs.astropy.org/en/latest/time/index.html#time-format
138138
continue
139+
if format_ == "galexsec":
140+
# galexsec is unsupported until the time schema can be updated
141+
# https://github.com/astropy/asdf-astropy/issues/292
142+
continue
139143
new = Time("B2000.0")
140144
new.format = format_
141145
formats.append(new)

0 commit comments

Comments
 (0)