https://gitlab.com/graphviz/graphviz/-/issues/1767
'''
- # FIXME: some of the Windows CI builds don't install libcgraph that this
- # test depends on. Others fail the execution of the compiled binary for
- # unknown reasons.
- if platform.system() == 'Windows':
- pytest.skip('test disabled on Windows')
+ # FIXME: Remove skip when
+ # https://gitlab.com/graphviz/graphviz/-/issues/1777 is fixed
+ if os.getenv('build_system') == 'msbuild':
+ pytest.skip('Windows MSBuild release does not contain any header files (#1777)')
# find co-located test source
c_src = os.path.abspath(os.path.join(os.path.dirname(__file__), '1767.c'))