File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,13 @@ class TestGeometryPrinting(eb.BasePrintingTests):
242
242
243
243
244
244
class TestGeometryMissing (eb .BaseMissingTests ):
245
- pass
245
+ @pytest .mark .skip (reason = "__setitem__ not supported" )
246
+ def test_fillna_frame (self ):
247
+ pass
248
+
249
+ @pytest .mark .skip (reason = "__setitem__ not supported" )
250
+ def test_fillna_series (self ):
251
+ pass
246
252
247
253
248
254
class TestGeometryReshaping (eb .BaseReshapingTests ):
Original file line number Diff line number Diff line change @@ -241,7 +241,14 @@ class TestGeometryPrinting(eb.BasePrintingTests):
241
241
242
242
243
243
class TestGeometryMissing (eb .BaseMissingTests ):
244
- pass
244
+ @pytest .mark .skip (reason = "__setitem__ not supported" )
245
+ def test_fillna_frame (self ):
246
+ pass
247
+
248
+ @pytest .mark .skip (reason = "__setitem__ not supported" )
249
+ def test_fillna_series (self ):
250
+ pass
251
+
245
252
246
253
247
254
class TestGeometryReshaping (eb .BaseReshapingTests ):
You can’t perform that action at this time.
0 commit comments