Skip to content

Commit 58a61e2

Browse files
committed
fix(tests): Skip TestBuild::test_build_project on macOS as go is not installed in CI runners
1 parent 92f83ee commit 58a61e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tools/go/test_go.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def test_command_formation(self, app, mocker, call_args, get_random_filename):
9292

9393
# This tests is quite slow, we'll only run it in CI
9494
@pytest.mark.requires_ci
95+
@pytest.mark.skip_macos # Go binary is not installed on macOS CI runners
9596
def test_build_project(self, app, temp_dir):
9697
for tag, output_mark in [("prod", "PRODUCTION"), ("debug", "DEBUG")]:
9798
with (Path(__file__).parent / "fixtures" / "small_go_project").as_cwd():

0 commit comments

Comments
 (0)