diff --git a/test-cases/telepathy-ring-automated.yaml b/test-cases/telepathy-ring-automated.yaml
deleted file mode 100644
index 6d70867c1a20e80ea11d12f87fad55edb4d4ef7c..0000000000000000000000000000000000000000
--- a/test-cases/telepathy-ring-automated.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-metadata:
-  name: telepathy-ring-automated
-  format: "Apertis Test Definition 1.0"
-  image-types:
-    sdk:     [ amd64 ]
-  image-deployment:
-    - APT
-  type: functional
-  exec-type: automated
-  priority: medium
-  maintainer: "Apertis Project"
-  description: "Support making and receiving phone calls in Telepathy. This test
-                is different from the manual one in that it tests with a phone
-                simulator, for being able to stress test the functionality
-                automatically. It uses a remote phone simulator instance when it
-                is available, otherwise, it will automatically run a local
-                phonesim instance and use that for the test instead."
-
-  expected:
-    - "The output should be similar to this:"
-    - |
-        >telepathy-ring-automated: PASSED
-
-install:
-  deps:
-    - telepathy-ring
-    - telepathy-phoenix
-    - telepathy-mission-control-5
-    - ofono-tests
-    - apertis-tests-apparmor-report
-    - ofono-phonesim
-  git-repos:
-    - url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
-      branch: 'apertis/v2020dev0'
-
-run:
-  steps:
-    - "# Enter test directory:"
-    - cd apertis-tests
-    - "# Execute the following commands:"
-    - common/run-test-in-systemd --user=user sdk/telepathy-ring-automated.sh
-    - sudo journalctl -b -t audit -o cat | /usr/bin/aa_log_extract_tokens.sh ALLOWED DENIED
-
-parse:
-  fixupdict:
-    FAILED: fail
-    PASSED: pass
-    FAIL: fail
-    PASS: pass
-    SKIP: skip
-    UNKNOWN: unknown
-  pattern: '^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>PASSED|PASS|pass|FAILED|FAIL|fail|SKIP|skip|UNKNOWN|unknown)$'