Skip to content

Commit 178bc82

Browse files
authored
Merge pull request #29134 from timhoffm/workaround-test-failure
MNT: Temporarily skip failing test to unbreak CI
2 parents 6af9a45 + d0f6908 commit 178bc82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/tests/test_backends_interactive.py

+3
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ def test_interactive_backend(env, toolbar):
241241
pytest.skip("toolmanager is not implemented for macosx.")
242242
if env["MPLBACKEND"] == "wx":
243243
pytest.skip("wx backend is deprecated; tests failed on appveyor")
244+
if env["MPLBACKEND"] == "wxagg" and toolbar == "toolmanager":
245+
pytest.skip("Temporarily deactivated: show() changes figure height "
246+
"and thus fails the test")
244247
try:
245248
proc = _run_helper(
246249
_test_interactive_impl,

0 commit comments

Comments
 (0)