diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-02-28 13:59:00 +0100 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2019-03-04 09:23:18 +0000 |
commit | b8b0f492f7b98f4501803c973dadbc568ca3ceae (patch) | |
tree | 0582720bd42e436399cbef30a2466d635f275561 /tests | |
parent | 71b5b9678cf50058b229102d86900983e1510cbc (diff) | |
download | nextcloud-server-b8b0f492f7b98f4501803c973dadbc568ca3ceae.tar.gz nextcloud-server-b8b0f492f7b98f4501803c973dadbc568ca3ceae.zip |
Run tests that fail with "no such process" over to apache server
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acceptance/features/app-files.feature | 1 | ||||
-rw-r--r-- | tests/acceptance/features/apps.feature | 1 | ||||
-rw-r--r-- | tests/acceptance/features/login.feature | 1 | ||||
-rw-r--r-- | tests/acceptance/features/users.feature | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/acceptance/features/app-files.feature b/tests/acceptance/features/app-files.feature index d5a607e209f..5193bd000f3 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 33e9e15dad2..eee9f06671b 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 44353d37c65..ed63e1fc01b 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 b5a22cd3940..ef61e7d5680 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 |