Skip to content

Commit 77efafb

Browse files
committed
disable test due to GH runners ephemeral issue with Tk
1 parent 9cddb98 commit 77efafb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/summary/test_summary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def test_save_sld_plot(self, project: Project, tmp_path) -> None:
177177
# Expect
178178
assert os.path.exists(file_path)
179179

180+
@pytest.mark.skip(reason="Matplotlib issue with headless CI environments")
180181
def test_save_fit_experiment_plot(self, project: Project, tmp_path) -> None:
181182
# When
182183
summary = Summary(project)

0 commit comments

Comments
 (0)