We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dd530 commit cc97c41Copy full SHA for cc97c41
1 file changed
src/py/tests/test_kaleido.py
@@ -231,10 +231,6 @@ async def test_write_fig_argument_passthrough( # noqa: PLR0913
231
assert generated_args["topojson"] == topojson, "Topojson should match"
232
233
234
-def test_forcefail():
235
- pytest.fail("After refactor, remove this test and unskip test above.")
236
-
237
238
async def test_kaleido_instantiate_no_hang():
239
"""Test that instantiating Kaleido doesn't hang."""
240
_ = Kaleido()
0 commit comments