Skip to content

Commit

Permalink
MAINT: remove marker for passing xfails
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Sep 21, 2022
1 parent 249114f commit 925fbc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyvo/dal/tests/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ def test_init_missingresource(self):
DALResults.from_result_url(
'http://example.com/query/missingresource')

@pytest.mark.xfail()
def test_init_missingcolumns(self):
with pytest.raises(DALFormatError):
DALResults.from_result_url(
Expand All @@ -331,7 +330,6 @@ def test_init_rootinfo(self):
'http://example.com/query/rootinfo')
assert dalresults.status == ('OK', 'OK')

@pytest.mark.xfail(reason="ID lookup does not work")
def test_repr(self):
dalresults = DALResults.from_result_url(
'http://example.com/query/basic')
Expand All @@ -357,7 +355,6 @@ def test_dataconsistency(self):
_test_results(dalresults)
_test_records(dalresults)

@pytest.mark.xfail(reason="ID lookup does not work")
def test_table_conversion(self):
dalresults = DALResults.from_result_url(
'http://example.com/query/basic')
Expand Down

0 comments on commit 925fbc4

Please sign in to comment.