diff --git a/integration/pre_backup_check_test.go b/integration/pre_backup_check_test.go index 088615faf..be6a52316 100644 --- a/integration/pre_backup_check_test.go +++ b/integration/pre_backup_check_test.go @@ -15,7 +15,7 @@ import ( . "github.com/onsi/gomega" ) -var _ = FDescribe("Pre-backup checks", func() { +var _ = Describe("Pre-backup checks", func() { var director *mockhttp.Server var backupWorkspace string var session *gexec.Session