From c38d6c4221d1ce407dbb82c7fb101ecb4e23ee3e Mon Sep 17 00:00:00 2001 From: Mads Bisgaard Date: Mon, 9 Dec 2024 10:47:22 +0100 Subject: [PATCH] remove api checks from system tests --- .github/workflows/ci-testing-deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 2fd149a15e8..831b6d3415a 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -2596,9 +2596,7 @@ jobs: system-test-e2e-playwright, system-test-environment-setup, system-test-public-api, - system-test-swarm-deploy, - system-api-specs, - system-backwards-compatibility + system-test-swarm-deploy ] runs-on: ubuntu-latest steps: