Skip to content

Commit

Permalink
remove expectedFailure decorator for pickle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Nov 16, 2023
1 parent 5c1877b commit 1d9e159
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,12 @@ def pickle_obj(self, obj):

# These probably "ought" to work, but currently fail.
# see https://github.com/SciTools/iris-grib/issues/202
@unittest.expectedFailure
def test_protocol_0(self):
super().test_protocol_0()

@unittest.expectedFailure
def test_protocol_1(self):
super().test_protocol_1()

@unittest.expectedFailure
def test_protocol_2(self):
super().test_protocol_2()

Expand Down

0 comments on commit 1d9e159

Please sign in to comment.