From 452fb79eecee1c788d77c40149f84e307f5ceb62 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 4 Jun 2021 20:11:38 +0545 Subject: [PATCH] skip webUI tests tagged federated-server-needed --- .drone.env | 2 +- .drone.star | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.env b/.drone.env index e3507870c..1542a87a7 100644 --- a/.drone.env +++ b/.drone.env @@ -3,5 +3,5 @@ CORE_COMMITID=67ce741589a98c61062277666dfbfad38d068c2c CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=da61c450806c531ce617db75dfa4a2d41fc11dc2 +WEB_COMMITID=7cd2508ffaca200348c751b8e18425d3644426e0 WEB_BRANCH=master diff --git a/.drone.star b/.drone.star index 2cea08ae0..464f5ee42 100644 --- a/.drone.star +++ b/.drone.star @@ -513,7 +513,7 @@ def uiTests(ctx): return [uiTestPipeline(ctx, filterTags)] def uiTestPipeline(ctx, filterTags, runPart = 1, numberOfParts = 1, storage = "ocis", accounts_hash_difficulty = 4): - standardFilterTags = "not @skipOnOCIS and not @skip and not @notToImplementOnOCIS" + standardFilterTags = "not @skipOnOCIS and not @skip and not @notToImplementOnOCIS and not @federated-server-needed" if filterTags == "": finalFilterTags = standardFilterTags else: