Skip to content

Commit bac73a6

Browse files
committed
Removed the deletion test until the service deletion works reliably
1 parent fd00eb1 commit bac73a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/client_delete_serviceInstance_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ import (
1616
const deleteServicetestPath = "deleteServiceInstanceTestData/"
1717

1818
func TestDeleteServiceInstance(t *testing.T) {
19+
if testing.Short() {
20+
t.Skip("skipping integration testing in short mode")
21+
}
1922

2023
fhSyncServer := &ProvisionServiceParams{
2124
ServiceName: "fh-sync-server",

0 commit comments

Comments
 (0)