Skip to content

Commit

Permalink
fix for unexpected success
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Dec 6, 2024
1 parent 825de8e commit 9990b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hl/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def test_missing_shape(self):
with self.assertRaises(TypeError):
self.f.create_dataset('foo')

@ut.expectedFailure
# @ut.expectedFailure
def test_long_double(self):
""" Confirm that the default dtype is float """
# Expected failure on HSDS; skip with h5py
Expand Down

0 comments on commit 9990b47

Please sign in to comment.