From ca2dcf15146e9e5be59fb9145dd8499cd62deeab Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 6 May 2022 12:55:16 +0200 Subject: [PATCH] Revert "temporalily skip other tests" This reverts commit 7cb7daffd011aa156eb32fb74508a659836a6086. --- .drone.star | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.star b/.drone.star index 7c19e3a1ad..dc1f4405c5 100644 --- a/.drone.star +++ b/.drone.star @@ -82,18 +82,18 @@ config = { "earlyFail": True, }, "localApiTests": { - "skip": True, + "skip": False, "earlyFail": True, }, "apiTests": { "numberOfParts": 10, - "skip": True, + "skip": False, "skipExceptParts": [], "earlyFail": True, }, "uiTests": { "filterTags": "@ocisSmokeTest", - "skip": True, + "skip": False, "skipExceptParts": [], "earlyFail": True, },