--- scikit_build-0.18.1/tests/test_hello_cpp.py.orig
+++ scikit_build-0.18.1/tests/test_hello_cpp.py
@@ -173,6 +173,7 @@
 
 @pytest.mark.deprecated()
 @project_setup_py_test("hello-cpp", ["develop"])
+@pytest.mark.skip(reason="always fails: https://github.com/scikit-build/scikit-build/issues/469")
 def test_hello_develop():
     for expected_file in [
         # These files are the "regular" source files
--- scikit_build-0.18.1/tests/test_issue274_support_default_package_dir.py.orig
+++ scikit_build-0.18.1/tests/test_issue274_support_default_package_dir.py
@@ -9,5 +9,6 @@
 
 @pytest.mark.deprecated()
 @project_setup_py_test("issue-274-support-default-package-dir", ["install"], disable_languages_test=True)
+@pytest.mark.skip(reason="always fails: https://github.com/scikit-build/scikit-build/issues/469")
 def test_install_command():
     pass
--- scikit_build-0.18.1/tests/test_issue274_support_one_package_without_package_dir.py.orig
+++ scikit_build-0.18.1/tests/test_issue274_support_one_package_without_package_dir.py
@@ -9,5 +9,6 @@
 
 @pytest.mark.deprecated()
 @project_setup_py_test("issue-274-support-one-package-without-package-dir", ["install"], disable_languages_test=True)
+@pytest.mark.skip(reason="always fails: https://github.com/scikit-build/scikit-build/issues/469")
 def test_install_command():
     pass
--- scikit_build-0.18.1/tests/test_issue334_configure_cmakelists_non_cp1252_encoding.py.orig
+++ scikit_build-0.18.1/tests/test_issue334_configure_cmakelists_non_cp1252_encoding.py
@@ -7,5 +7,6 @@
 
 @pytest.mark.deprecated()
 @project_setup_py_test("issue-334-configure-cmakelist-non-cp1252-encoding", ["install"], disable_languages_test=True)
+@pytest.mark.skip(reason="always fails: https://github.com/scikit-build/scikit-build/issues/469")
 def test_install_command():
     pass