We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d11c3a commit 3102045Copy full SHA for 3102045
pandas/tests/io/json/test_pandas.py
@@ -1851,11 +1851,11 @@ def test_to_json_indent(self, indent):
1851
1852
assert result == expected
1853
1854
- # @pytest.mark.skipif(
1855
- # using_string_dtype(),
1856
- # reason="Adjust expected when infer_string is default, no bug here, "
1857
- # "just a complicated parametrization",
1858
- # )
+ @pytest.mark.skipif(
+ using_string_dtype(),
+ reason="Adjust expected when infer_string is default, no bug here, "
+ "just a complicated parametrization",
+ )
1859
@pytest.mark.parametrize(
1860
"orient,expected",
1861
[
0 commit comments