From 61dd6246bde2522884a085fc6d306222b30bbaa8 Mon Sep 17 00:00:00 2001 From: Saw-jan Date: Thu, 17 Nov 2022 09:39:37 +0545 Subject: [PATCH] run all --- .drone.star | 6 +++--- test/gui/tst_editFiles/test.feature | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.star b/.drone.star index fc411dcc41e..3a4d99e4275 100644 --- a/.drone.star +++ b/.drone.star @@ -24,7 +24,7 @@ OC_CI_NODEJS = "owncloudci/nodejs:16" # Todo: update or remove the following images # https://github.com/owncloud/client/issues/10070 OC_CI_CLIENT_FEDORA = "owncloudci/client:fedora-36-amd64" -OC_CI_SQUISH = "sawjan/squish:nodejs" # "owncloudci/squish:fedora-36-6.7-20220106-1008-qt515x-linux64" +OC_CI_SQUISH = "owncloudci/squish:fedora-36-6.7-20220106-1008-qt515x-linux64" OC_CI_TRANSIFEX = "owncloudci/transifex:latest" OC_TEST_MIDDLEWARE = "owncloud/owncloud-test-middleware:1.8.2" @@ -168,7 +168,7 @@ def gui_test_pipeline(ctx, trigger = {}, filterTags = [], server_version = "dail services = testMiddlewareService(server_type) if server_type == "oc10": - squish_parameters += " --tags ~@skip,~@skipOnOC10 --tags @only" + squish_parameters += " --tags ~@skip,~@skipOnOC10" steps += installCore(server_version) + \ setupServerAndApp() + \ @@ -177,7 +177,7 @@ def gui_test_pipeline(ctx, trigger = {}, filterTags = [], server_version = "dail services += owncloudService() + \ databaseService() else: - squish_parameters += " --tags ~@skip,~@skipOnOCIS --tags @only" + squish_parameters += " --tags ~@skip,~@skipOnOCIS" steps += installPnpm() + \ ocisService() + \ diff --git a/test/gui/tst_editFiles/test.feature b/test/gui/tst_editFiles/test.feature index 00b66924ca3..9855a4e190e 100644 --- a/test/gui/tst_editFiles/test.feature +++ b/test/gui/tst_editFiles/test.feature @@ -1,4 +1,3 @@ -@only Feature: edit files As a user