Skip to content

Commit

Permalink
comment out unfinished test
Browse files Browse the repository at this point in the history
  • Loading branch information
thdaraujo committed Jun 6, 2020
1 parent cb3e440 commit 541970b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import (
"testing"
)

// @TODO mock os.exec and check execution log/transcript?
func TestApply(t *testing.T) {
if false {
t.Fatalf("apply failed!")
}
// if false {
// t.Fatalf("apply failed!")
// }
}

0 comments on commit 541970b

Please sign in to comment.