Skip to content

Commit

Permalink
fix: re-enable TestLifecycle (#2124)
Browse files Browse the repository at this point in the history
This was disabled due to a bug that is now fixed.

Co-authored-by: Stuart Douglas <[email protected]>
  • Loading branch information
stuartwdouglas and Stuart Douglas authored Jul 23, 2024
1 parent c9b430c commit 787444e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go-runtime/ftl/ftl_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
)

func TestLifecycle(t *testing.T) {
t.Skip("ftl init is currently broken due to requirement of project toml existing")
in.Run(t, "",
in.GitInit(),
in.Exec("rm", "ftl-project.toml"),
Expand Down

0 comments on commit 787444e

Please sign in to comment.