Skip to content

Commit

Permalink
Remove focus from system test
Browse files Browse the repository at this point in the history
[#145426965]

Signed-off-by: Jatin Naik <[email protected]>
  • Loading branch information
Derik Evangelista authored and tinygrasshopper committed May 18, 2017
1 parent 2341fc2 commit 2d5b891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/deployment/lifecycle_with_missing_script_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var _ = Describe("backup with a missing script", func() {
FIt("fails with a meaningful message", func() {
It("fails with a meaningful message", func() {
By("running the backup command")
session := RunCommandOnRemoteAsVcap(
JumpBoxSSHCommand(),
Expand Down

0 comments on commit 2d5b891

Please sign in to comment.