Skip to content

Commit

Permalink
offline test: use cloudfoundry/cflinuxfs4 repo
Browse files Browse the repository at this point in the history
To account for cloudfoundry/core-deps-ci@305b5c2

Parent commit: 9b8b096
  • Loading branch information
arjun024 committed Aug 31, 2022
1 parent e103c8b commit 5fb6a03
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/dotnetcore/integration/offline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,9 @@ func AssertNoInternetTraffic(t *testing.T, context spec.G, it spec.S, fixture st
context("when offline", func() {
it.Before(func() {
app = cutlass.New(fixture)
// TODO: remove we get around to publishing the image on cloudfoundry
if os.Getenv("CF_STACK") == "cflinuxfs4" {
Expect(os.Setenv("CF_STACK_DOCKER_IMAGE", "cfbuildpacks/cflinuxfs4")).To(Succeed())
}
})

it.After(func() {
Expect(os.Unsetenv("CF_STACK_DOCKER_IMAGE")).To(Succeed())
app = DestroyApp(t, app)
})

Expand Down

0 comments on commit 5fb6a03

Please sign in to comment.