Skip to content

Commit

Permalink
Removing Protractor annotations test from e2e, crud, and all test sui…
Browse files Browse the repository at this point in the history
…tes due to flakyness.
  • Loading branch information
dtaylor113 committed Nov 24, 2020
1 parent 4f6fa0e commit 3f64b91
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions frontend/integration-tests/protractor.conf.ts
Expand Up @@ -59,7 +59,8 @@ const testSuites = {
'tests/crud.scenario.ts',
'tests/secrets.scenario.ts',
'tests/filter.scenario.ts',
'tests/modal-annotations.scenario.ts',
// disabling due to flakyness, porting to Cypress: https://issues.redhat.com/browse/CONSOLE-2478
// 'tests/modal-annotations.scenario.ts',
'tests/environment.scenario.ts',
]),
event: suite(['tests/event.scenario.ts']),
Expand All @@ -82,7 +83,8 @@ const testSuites = {
'tests/filter.scenario.ts',
'tests/secrets.scenario.ts',
'tests/storage.scenario.ts',
'tests/modal-annotations.scenario.ts',
// disabling due to flakyness, porting to Cypress: https://issues.redhat.com/browse/CONSOLE-2478
// 'tests/modal-annotations.scenario.ts',
'tests/environment.scenario.ts',
'tests/overview/overview.scenario.ts',
'tests/deploy-image.scenario.ts',
Expand Down Expand Up @@ -118,7 +120,8 @@ const testSuites = {
'tests/storage.scenario.ts',
'tests/service-catalog/**/*.scenario.ts',
'tests/filter.scenario.ts',
'tests/modal-annotations.scenario.ts',
// disabling due to flakyness, porting to Cypress: https://issues.redhat.com/browse/CONSOLE-2478
// 'tests/modal-annotations.scenario.ts',
'tests/deploy-image.scenario.ts',
'tests/developer-catalog.scenario.ts',
'tests/monitoring.scenario.ts',
Expand Down

0 comments on commit 3f64b91

Please sign in to comment.