Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaw-jan <saw.jan.grg3e@gmail.com>2022-05-06 11:41:05 +0300
committerSaw-jan <saw.jan.grg3e@gmail.com>2022-05-09 11:04:01 +0300
commitdcb4b4c76f45147e2cc78a234ee4acd55aa944bb (patch)
treeabf1f1fec405c1c7f63a83e30ba8c6dc818e306f
parent479ff7c1dc08430976a5f0bccb222888eefbc3fe (diff)
check ci run timetest-runtime
-rw-r--r--.drone.star2
-rw-r--r--test/gui/tst_addAccount/test.feature1
2 files changed, 2 insertions, 1 deletions
diff --git a/.drone.star b/.drone.star
index 28c4e45d9..076a42955 100644
--- a/.drone.star
+++ b/.drone.star
@@ -211,7 +211,7 @@ def build_and_test_client(ctx, c_compiler, cxx_compiler, build_type, generator,
def gui_tests(ctx, trigger = {}, depends_on = [], filterTags = [], version = "daily-master-qa"):
pipeline_name = "GUI-tests"
build_dir = "build-" + pipeline_name
- squish_parameters = "--reportgen html,%s --envvar QT_LOGGING_RULES=sync.httplogger=true;gui.socketapi=false --tags ~@skip" % GUI_TEST_REPORT_DIR
+ squish_parameters = "--reportgen html,%s --envvar QT_LOGGING_RULES=sync.httplogger=true;gui.socketapi=false --tags @test" % GUI_TEST_REPORT_DIR
if (len(filterTags) > 0):
for tags in filterTags:
diff --git a/test/gui/tst_addAccount/test.feature b/test/gui/tst_addAccount/test.feature
index e82941c5b..61c6d05dc 100644
--- a/test/gui/tst_addAccount/test.feature
+++ b/test/gui/tst_addAccount/test.feature
@@ -1,3 +1,4 @@
+@test
Feature: adding accounts
As a user