Skip to content

Commit

Permalink
disable deploy-image integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil143 committed Mar 4, 2020
1 parent d53df06 commit 4859513
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/integration-tests/protractor.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const testSuites = {
event: suite(['tests/event.scenario.ts']),
crudBasic: suite(['tests/crud.scenario.ts']),
monitoring: suite(['tests/monitoring.scenario.ts']),
newApp: suite(['tests/overview/overview.scenario.ts', 'tests/deploy-image.scenario.ts']),
newApp: suite(['tests/overview/overview.scenario.ts']),
olmFull: suite([
'../packages/operator-lifecycle-manager/integration-tests/scenarios/descriptors.scenario.ts',
'../packages/operator-lifecycle-manager/integration-tests/scenarios/operator-hub.scenario.ts',
Expand All @@ -87,7 +87,6 @@ const testSuites = {
'tests/modal-annotations.scenario.ts',
'tests/environment.scenario.ts',
'tests/overview/overview.scenario.ts',
'tests/deploy-image.scenario.ts',
'tests/performance.scenario.ts',
'tests/monitoring.scenario.ts',
'tests/alertmanager.scenario.ts',
Expand All @@ -104,7 +103,6 @@ const testSuites = {
'tests/filter.scenario.ts',
'tests/environment.scenario.ts',
'tests/overview/overview.scenario.ts',
'tests/deploy-image.scenario.ts',
'tests/performance.scenario.ts',
'tests/monitoring.scenario.ts',
'tests/crd-extensions.scenario.ts',
Expand All @@ -121,7 +119,6 @@ const testSuites = {
'tests/service-catalog/**/*.scenario.ts',
'tests/filter.scenario.ts',
'tests/modal-annotations.scenario.ts',
'tests/deploy-image.scenario.ts',
'tests/developer-catalog.scenario.ts',
'tests/monitoring.scenario.ts',
'tests/alertmanager.scenario.ts',
Expand Down

0 comments on commit 4859513

Please sign in to comment.