summaryrefslogtreecommitdiffstats
path: root/tenant-cd
diff options
context:
space:
mode:
Diffstat (limited to 'tenant-cd')
-rw-r--r--tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java10
-rw-r--r--tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java10
2 files changed, 0 insertions, 20 deletions
diff --git a/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java b/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java
deleted file mode 100644
index ee2ee0add4c..00000000000
--- a/tenant-cd/src/main/java/ai/vespa/hosted/cd/StagingTest.java
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package ai.vespa.hosted.cd;
-
-/**
- * @deprecated Use {@link UpgradeTest}.
- */
-@Deprecated
-public class StagingTest {
-
-}
diff --git a/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java b/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java
deleted file mode 100644
index 6a8d1b4cbe4..00000000000
--- a/tenant-cd/src/main/java/ai/vespa/hosted/cd/SystemTest.java
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package ai.vespa.hosted.cd;
-
-/**
- * @deprecated use {@link FunctionalTest}.
- */
-@Deprecated
-public class SystemTest {
-
-}