Skip to content

Fix failing test in CF - #1412

Merged
kiril-keranov merged 1 commit into
cloudfoundry:mainfrom
kiril-keranov:fix_test
Aug 31, 2026
Merged

Fix failing test in CF#1412
kiril-keranov merged 1 commit into
cloudfoundry:mainfrom
kiril-keranov:fix_test

Conversation

@kiril-keranov

Copy link
Copy Markdown
Contributor

t.Skip("SB4 jar not available") is called inside a spec (it) function, but the it.After still runs after a skip — and it calls platform.Delete.Execute(name) which tries to run cf delete-org even though no org was ever created (because the test skipped before doing anything). This causes "failed to delete-org: No API endpoint set".
Linked to #1407

@kiril-keranov
kiril-keranov merged commit ff17620 into cloudfoundry:main Aug 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant