From 9bd6225975e1dcafa43e8a6cf9a6ca0d54f1fad7 Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Wed, 16 Feb 2022 13:42:26 +0100 Subject: Use InconclusiveTestException an dexit code 4 to signal inconclusive tests --- tenant-cd-api/abi-spec.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tenant-cd-api') diff --git a/tenant-cd-api/abi-spec.json b/tenant-cd-api/abi-spec.json index 2e277a42378..4840943b7b1 100644 --- a/tenant-cd-api/abi-spec.json +++ b/tenant-cd-api/abi-spec.json @@ -29,6 +29,17 @@ ], "fields": [] }, + "ai.vespa.hosted.cd.InconclusiveTestException": { + "superClass": "java.lang.RuntimeException", + "interfaces": [], + "attributes": [ + "public" + ], + "methods": [ + "public void ()" + ], + "fields": [] + }, "ai.vespa.hosted.cd.IntegrationTest": { "superClass": "java.lang.Object", "interfaces": [ -- cgit v1.2.3