From 3f2bb3ca0519cf8f0df469a85591398c5e9154e8 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 28 Feb 2019 13:59:00 +0100 Subject: [PATCH] Run tests that fail with "no such process" over to apache server Signed-off-by: Morris Jobke --- tests/acceptance/features/app-files.feature | 1 + tests/acceptance/features/apps.feature | 1 + tests/acceptance/features/login.feature | 1 + tests/acceptance/features/users.feature | 1 + 4 files changed, 4 insertions(+) diff --git a/tests/acceptance/features/app-files.feature b/tests/acceptance/features/app-files.feature index 50bb9d2002..c6d879dc6e 100644 --- a/tests/acceptance/features/app-files.feature +++ b/tests/acceptance/features/app-files.feature @@ -1,3 +1,4 @@ +@apache Feature: app-files Scenario: open and close the details view diff --git a/tests/acceptance/features/apps.feature b/tests/acceptance/features/apps.feature index 33e9e15dad..eee9f06671 100644 --- a/tests/acceptance/features/apps.feature +++ b/tests/acceptance/features/apps.feature @@ -1,3 +1,4 @@ +@apache Feature: apps Scenario: enable an installed app diff --git a/tests/acceptance/features/login.feature b/tests/acceptance/features/login.feature index 44353d37c6..ed63e1fc01 100644 --- a/tests/acceptance/features/login.feature +++ b/tests/acceptance/features/login.feature @@ -1,3 +1,4 @@ +@apache Feature: login Scenario: log in with valid user and password diff --git a/tests/acceptance/features/users.feature b/tests/acceptance/features/users.feature index b5a22cd394..ef61e7d568 100644 --- a/tests/acceptance/features/users.feature +++ b/tests/acceptance/features/users.feature @@ -1,3 +1,4 @@ +@apache Feature: users Scenario: create a new user