Skip to content

Commit 59f08d4

Browse files
committed
Remove takipi framework relevant tests and docs
1 parent ac2632f commit 59f08d4

File tree

4 files changed

+0
-281
lines changed

4 files changed

+0
-281
lines changed

docs/framework-takipi_agent.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/integration/frameworks_test.go

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -908,27 +908,6 @@ func testFrameworks(platform switchblade.Platform, fixtures string) func(*testin
908908
})
909909
})
910910

911-
context("with Takipi service binding", func() {
912-
it("detects and installs Takipi agent", func() {
913-
t.Skip("SKIPPED: Takipi agent requires valid download URL and SHA256 in manifest.yml")
914-
deployment, logs, err := platform.Deploy.
915-
WithServices(map[string]switchblade.Service{
916-
"takipi": {
917-
"secret_key": "test-secret-key",
918-
"server": "https://takipi.example.com",
919-
},
920-
}).
921-
WithEnv(map[string]string{
922-
"BP_JAVA_VERSION": "11",
923-
}).
924-
Execute(name, filepath.Join(fixtures, "containers", "spring_boot_staged"))
925-
Expect(err).NotTo(HaveOccurred(), logs.String)
926-
927-
Expect(logs.String()).To(ContainSubstring("Takipi"))
928-
Eventually(deployment).Should(matchers.Serve(ContainSubstring("")))
929-
})
930-
})
931-
932911
context("with Introscope service binding", func() {
933912
it("detects and installs Introscope agent", func() {
934913
t.Skip("SKIPPED: Introscope agent requires authentication and is not in manifest.yml")

src/java/frameworks/takipi_agent.go

Lines changed: 0 additions & 177 deletions
This file was deleted.

src/java/frameworks/takipi_agent_test.go

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)