Skip to content

Commit

Permalink
test: add label to test to allow for better test selection (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm authored Dec 4, 2024
1 parent 22f7893 commit 8f1f3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var _ = Describe("MySQL", Label("mysql"), func() {
Expect(tlsCipher.Value).To(BeEmpty(), "Expected Mysql connection for app %s not to be encrypted", appOne.Name)
})

It("can create service keys with a public IP address", func() {
It("can create service keys with a public IP address", Label("public"), func() {
By("creating a service instance with a public IP address")
publicIPParams := services.WithParameters(map[string]any{"public_ip": true})
serviceInstance := services.CreateInstance("csb-google-mysql", "default", publicIPParams)
Expand Down

0 comments on commit 8f1f3db

Please sign in to comment.