Skip to content

Commit ab89b9d

Browse files
committed
remove focused test
1 parent 35784bc commit ab89b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration/spring_boot_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func testSpringBoot(platform switchblade.Platform, fixtures string) func(*testin
171171
Eventually(deployment).Should(matchers.Serve(ContainSubstring("Hello from Spring Boot")))
172172
})
173173

174-
it.Focus("verifies multiple frameworks (4) append JAVA_OPTS without overwriting each other", func() {
174+
it("verifies multiple frameworks (4) append JAVA_OPTS without overwriting each other", func() {
175175
deployment, logs, err := platform.Deploy.
176176
WithEnv(map[string]string{
177177
"BP_JAVA_VERSION": "17",

0 commit comments

Comments
 (0)