Skip to content

Commit

Permalink
Merge pull request #522 from cloudfoundry/skip-memory-resource-test-o…
Browse files Browse the repository at this point in the history
…n-k8s

Skip the memory resources test on K8s
  • Loading branch information
davewalter committed Apr 5, 2022
2 parents dabe7f5 + 0ab5c48 commit a6e4d7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/instance_reporting.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import (

var _ = AppsDescribe("Getting instance information", func() {
Describe("scaling memory", func() {
SkipOnK8s("CF-for-K8s generates a timeout instead of the expected error message")

var appName string
var runawayTestSetup *workflowhelpers.ReproducibleTestSuiteSetup

Expand Down
3 changes: 3 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ jobs:
OPS_FILES: |
operations/use-compiled-releases.yml
operations/use-internal-lookup-for-route-services.yml
operations/windows2019-cell.yml
operations/use-online-windows2019fs.yml
operations/experimental/use-compiled-releases-windows.yml
- task: run-bosh-cleanup
file: cf-deployment-concourse-tasks/bosh-cleanup/task.yml
Expand Down

0 comments on commit a6e4d7a

Please sign in to comment.