Skip to content

Commit

Permalink
Disable Windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 27, 2024
1 parent 06e1c83 commit ec4aed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/spix/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ def test_svg(app, screenshot_path, screenshot_check, extra, process_alive):


@pytest.mark.skipif(
platform.system() == "Darwin", reason="PostGIS test requires docker"
platform.system() != "Linux",
reason="PostGIS test requires a docker linux container",
)
@pytest.mark.project_file("test_postgis_ssl.qgz")
def test_postgis_ssl(app, screenshot_path, screenshot_check, extra, process_alive):
Expand Down

0 comments on commit ec4aed8

Please sign in to comment.