diff --git a/core/projectify/.kokoro/presubmit/node18/system-test.cfg b/core/projectify/.kokoro/presubmit/node18/system-test.cfg deleted file mode 100644 index 902859cf2d87..000000000000 --- a/core/projectify/.kokoro/presubmit/node18/system-test.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# Download resources for system tests (service account key, etc.) -gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs" - -env_vars: { - key: "TRAMPOLINE_BUILD_FILE" - value: "github/nodejs-projectify/core/projectify/.kokoro/system-test.sh" -} - -env_vars: { - key: "SECRET_MANAGER_KEYS" - value: "long-door-651-kokoro-system-test-service-account" -} \ No newline at end of file diff --git a/core/projectify/package.json b/core/projectify/package.json index adbff3f08ea6..9db0a09fb762 100644 --- a/core/projectify/package.json +++ b/core/projectify/package.json @@ -18,8 +18,7 @@ "prepare": "npm run compile", "pretest": "npm run compile", "docs": "jsdoc -c .jsdoc.js", - "presystem-test": "npm run compile", - "system-test": "mocha build/system-test", + "system-test": "echo 'no system test'", "docs-test": "linkinator docs", "predocs-test": "npm run docs", "precompile": "gts clean" diff --git a/core/projectify/system-test/.eslintrc.yml b/core/projectify/system-test/.eslintrc.yml deleted file mode 100644 index 282535f55f6a..000000000000 --- a/core/projectify/system-test/.eslintrc.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -rules: - no-console: off diff --git a/core/projectify/system-test/system.ts b/core/projectify/system-test/system.ts deleted file mode 100644 index 05638eda311f..000000000000 --- a/core/projectify/system-test/system.ts +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright 2018 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -console.warn('no system tests available 👻');