Skip to content

Commit 2a0f06c

Browse files
committed
Update test_vcpkg_cmake.py
1 parent 815ec8c commit 2a0f06c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/examples/test_vcpkg_cmake.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from pathlib import Path
99
from tomllib import loads
1010

11+
import pytest
1112
from typer.testing import CliRunner
1213

1314
from cppython.console.schema import ConsoleInterface
@@ -17,6 +18,7 @@
1718
pytest_plugins = ['tests.fixtures.example', 'tests.fixtures.vcpkg']
1819

1920

21+
@pytest.mark.skip(reason='Address file locks.')
2022
class TestVcpkgCMake:
2123
"""Test project variation of vcpkg and CMake"""
2224

0 commit comments

Comments
 (0)