Skip to content

Commit

Permalink
Skip test_editable_cmake_osx for now
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Oct 8, 2024
1 parent 2067aac commit 5179087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/layout/test_editable_cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def test_editable_cmake_linux(generator):
@pytest.mark.skipif(platform.system() != "Darwin", reason="Requires Macos")
@pytest.mark.parametrize("generator", [None, "Ninja", "Xcode"])
@pytest.mark.tool("cmake", "3.19")
@pytest.mark.skip("FIXME: Could not find C++ compiler on Github Action")
def test_editable_cmake_osx(generator):
editable_cmake(generator)

Expand Down

0 comments on commit 5179087

Please sign in to comment.