diff --git a/test/functional/layout/test_editable_cmake.py b/test/functional/layout/test_editable_cmake.py index 02da2d79672..54029ddc15c 100644 --- a/test/functional/layout/test_editable_cmake.py +++ b/test/functional/layout/test_editable_cmake.py @@ -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)