From fb1eb967300935a88afca43670d5c642be0dc5db Mon Sep 17 00:00:00 2001
From: Roeland Jago Douma <roeland@famdouma.nl>
Date: Wed, 13 Feb 2019 22:58:49 +0100
Subject: Update tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
---
 tests/karma.config.js | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/tests/karma.config.js b/tests/karma.config.js
index 7ffd5ad4e62..954188f5e56 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -46,6 +46,7 @@ module.exports = function(config) {
 			'files',
 			'files_trashbin',
 			'files_versions',
+			'systemtags',
 			{
 				name: 'files_sharing',
 				srcFiles: [
@@ -92,18 +93,6 @@ module.exports = function(config) {
 				],
 				testFiles: ['apps/comments/tests/js/**/*.js']
 			},
-			{
-				name: 'systemtags',
-				srcFiles: [
-					// need to enforce loading order...
-					'apps/systemtags/js/app.js',
-					'apps/systemtags/js/systemtagsinfoview.js',
-					'apps/systemtags/js/systemtagsinfoviewtoggleview.js',
-					'apps/systemtags/js/systemtagsfilelist.js',
-					'apps/systemtags/js/filesplugin.js'
-				],
-				testFiles: ['apps/systemtags/tests/js/**/*.js']
-			},
 			{
 				name: 'settings',
 				srcFiles: [
-- 
cgit v1.2.3