From 182a4f74d19c55a3bbfa506f66cd4b2ec3014b35 Mon Sep 17 00:00:00 2001 From: Tibor Dancs Date: Wed, 19 Feb 2020 10:43:30 +0100 Subject: [PATCH] Removing mocha opts for Python Django test, keeping tests in 'all-devfiles' mocha Signed-off-by: Tibor Dancs --- tests/e2e/mocha-python-django.opts | 8 -------- tests/e2e/package.json | 1 - 2 files changed, 9 deletions(-) delete mode 100644 tests/e2e/mocha-python-django.opts diff --git a/tests/e2e/mocha-python-django.opts b/tests/e2e/mocha-python-django.opts deleted file mode 100644 index cbc1584de96..00000000000 --- a/tests/e2e/mocha-python-django.opts +++ /dev/null @@ -1,8 +0,0 @@ ---timeout 2200000 ---reporter 'dist/driver/CheReporter.js' --u tdd ---bail ---full-trace ---spec dist/tests/login/Login.spec.js ---spec dist/tests/devfiles/PythonDjango.spec.js ---require source-map-support/register diff --git a/tests/e2e/package.json b/tests/e2e/package.json index 30ec4f63d88..b2ae4bb8451 100644 --- a/tests/e2e/package.json +++ b/tests/e2e/package.json @@ -14,7 +14,6 @@ "test-operatorhub-installation": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-che-operatorhub.opts", "test-wkspc-creation-and-ls": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-wkspc-creation-and-ls.opts", "test-java-vertx": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-java-vertx.opts", - "test-python-django": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-python-django.opts", "test-all-devfiles": "./generateIndex.sh && npm run lint && npm run tsc && mocha --opts mocha-all-devfiles.opts", "lint": "tslint --fix -p .", "tsc": "tsc -p ."