Skip to content

Commit a53570f

Browse files
authored
Merge pull request #293 from braingram/skip_galexsec
skip galexsec time format test
2 parents af7c3d7 + add8743 commit a53570f

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)