Skip to content

Commit

Permalink
fix: re-enable TestLifecycle
Browse files Browse the repository at this point in the history
This was disabled due to a bug that is now fixed.
  • Loading branch information
Stuart Douglas authored and Stuart Douglas committed Jul 22, 2024
1 parent edbbf12 commit ea82fee
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 ea82fee

Please sign in to comment.