cloud-gov / cg-atlas

Repository hosting issues and artifacts related to operations of the cloud.gov platform
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

Restore skipped acceptance tests #189

Open jmcarp opened 7 years ago

jmcarp commented 7 years ago

A few bugs in the cf acceptance tests mean that we need to skip some some broken tests for now:

To revert, we'll drop the following lines from the acceptance test secrets:

properties:
  acceptance_tests:
    include_sso: false
    skip_regex: 'dotnet\-core|transparently\sproxies\sboth\sreserved\scharacters\sand\sunsafe\scharacters'
combor commented 7 years ago

@jmcarp Regarding reserved characters test. Make sure you use offline java buildpack that has version pinning. We were using online buildpack that downloads dependencies and picks the most recent minor version. That's the fix: https://github.com/alphagov/paas-cf/pull/629/files