From 16b300d871f9490fb2c5660453c6cc84e5c26adf Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 18 Dec 2019 14:54:29 +0000 Subject: [PATCH] [AAE-1237] remove excluded test (#5336) * remove excluded test * move exclude list in e2e folder --- e2e/protractor.excludes.json | 5 +++++ protractor.conf.ts | 2 +- protractor.excludes.json | 8 -------- 3 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 e2e/protractor.excludes.json delete mode 100644 protractor.excludes.json diff --git a/e2e/protractor.excludes.json b/e2e/protractor.excludes.json new file mode 100644 index 0000000000..be010c5ce9 --- /dev/null +++ b/e2e/protractor.excludes.json @@ -0,0 +1,5 @@ +{ + "C260249" : "REPO-4772 ACS 6.2", + "C291954" : "AAE-1179 Group Task", + "C291955" : "AAE-1179 Group Task" +} diff --git a/protractor.conf.ts b/protractor.conf.ts index c984c6dac8..abd96e61e3 100644 --- a/protractor.conf.ts +++ b/protractor.conf.ts @@ -127,7 +127,7 @@ exports.config = { defaultTimeoutInterval: 120000, print: () => {}, ...SmartRunner.withOptionalExclusions( - resolve(__dirname, 'protractor.excludes.json') + resolve(__dirname, './e2e/protractor.excludes.json') ) }, diff --git a/protractor.excludes.json b/protractor.excludes.json deleted file mode 100644 index ad1692b2bf..0000000000 --- a/protractor.excludes.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "C260249" : "REPO-4772 ACS 6.2", - "C291954" : "AAE-1179 Group Task", - "C291955" : "AAE-1179 Group Task", - "C260111" : "AAE-1174 ACS account not displayed by default", - "C260117" : "AAE-1237 rendition service not working with ACS 6.2", - "C291940" : "AAE-1237 rendition service not working with ACS 6.2" -}