Skip to content

Commit

Permalink
Removed xfail mark for ns unit
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Jun 18, 2018
1 parent f9f017d commit 8f5355f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ibis/tests/all/test_temporal.py
Expand Up @@ -41,8 +41,7 @@ def test_timestamp_extract(backend, alltypes, df, attr):
@pytest.mark.parametrize('unit', [
'Y', 'M', 'D',
param('W', marks=pytest.mark.xfail),
'h', 'm', 's', 'ms', 'us',
param('ns', marks=pytest.mark.xfail)
'h', 'm', 's', 'ms', 'us', 'ns'
])
@tu.skipif_unsupported
@tu.skipif_backend('MapD')
Expand Down

0 comments on commit 8f5355f

Please sign in to comment.