diff --git a/tests/integration/.envrc.sample b/tests/manual/.envrc.sample similarity index 100% rename from tests/integration/.envrc.sample rename to tests/manual/.envrc.sample diff --git a/tests/integration/.gitignore b/tests/manual/.gitignore similarity index 100% rename from tests/integration/.gitignore rename to tests/manual/.gitignore diff --git a/tests/integration/README.md b/tests/manual/README.md similarity index 100% rename from tests/integration/README.md rename to tests/manual/README.md diff --git a/tests/integration/app.sh b/tests/manual/app.sh similarity index 100% rename from tests/integration/app.sh rename to tests/manual/app.sh diff --git a/tests/integration/autocomplete.sh b/tests/manual/autocomplete.sh similarity index 100% rename from tests/integration/autocomplete.sh rename to tests/manual/autocomplete.sh diff --git a/tests/integration/catalogue.sh b/tests/manual/catalogue.sh similarity index 100% rename from tests/integration/catalogue.sh rename to tests/manual/catalogue.sh diff --git a/tests/integration/cmd.sh b/tests/manual/cmd.sh similarity index 100% rename from tests/integration/cmd.sh rename to tests/manual/cmd.sh diff --git a/tests/integration/common.sh b/tests/manual/common.sh similarity index 100% rename from tests/integration/common.sh rename to tests/manual/common.sh diff --git a/tests/integration/install.sh b/tests/manual/install.sh similarity index 100% rename from tests/integration/install.sh rename to tests/manual/install.sh diff --git a/tests/integration/recipe.sh b/tests/manual/recipe.sh similarity index 100% rename from tests/integration/recipe.sh rename to tests/manual/recipe.sh diff --git a/tests/integration/records.sh b/tests/manual/records.sh similarity index 100% rename from tests/integration/records.sh rename to tests/manual/records.sh diff --git a/tests/integration/server.sh b/tests/manual/server.sh similarity index 100% rename from tests/integration/server.sh rename to tests/manual/server.sh diff --git a/tests/integration/test_all.sh b/tests/manual/test_all.sh similarity index 100% rename from tests/integration/test_all.sh rename to tests/manual/test_all.sh diff --git a/tests/integration/testfunctions.sh b/tests/manual/testfunctions.sh similarity index 100% rename from tests/integration/testfunctions.sh rename to tests/manual/testfunctions.sh