Skip to content

Commit a6e4d7a

Browse files
authored
Merge pull request #522 from cloudfoundry/skip-memory-resource-test-on-k8s
Skip the memory resources test on K8s
2 parents dabe7f5 + 0ab5c48 commit a6e4d7a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

apps/instance_reporting.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import (
1414

1515
var _ = AppsDescribe("Getting instance information", func() {
1616
Describe("scaling memory", func() {
17+
SkipOnK8s("CF-for-K8s generates a timeout instead of the expected error message")
18+
1719
var appName string
1820
var runawayTestSetup *workflowhelpers.ReproducibleTestSuiteSetup
1921

ci/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ jobs:
229229
OPS_FILES: |
230230
operations/use-compiled-releases.yml
231231
operations/use-internal-lookup-for-route-services.yml
232+
operations/windows2019-cell.yml
233+
operations/use-online-windows2019fs.yml
234+
operations/experimental/use-compiled-releases-windows.yml
232235
233236
- task: run-bosh-cleanup
234237
file: cf-deployment-concourse-tasks/bosh-cleanup/task.yml

0 commit comments

Comments
 (0)