Skip to content

Commit cc97c41

Browse files
committed
Remove forcefail
1 parent d2dd530 commit cc97c41

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/py/tests/test_kaleido.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,6 @@ async def test_write_fig_argument_passthrough( # noqa: PLR0913
231231
assert generated_args["topojson"] == topojson, "Topojson should match"
232232

233233

234-
def test_forcefail():
235-
pytest.fail("After refactor, remove this test and unskip test above.")
236-
237-
238234
async def test_kaleido_instantiate_no_hang():
239235
"""Test that instantiating Kaleido doesn't hang."""
240236
_ = Kaleido()

0 commit comments

Comments
 (0)