Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1259,10 +1259,6 @@ func uploadBuildWithDepsAndProject(t *testing.T, buildName, buildNumber, project

func initLifecycleTest(t *testing.T, minVersion string) (cleanCallback func()) {

if *tests.TestLifecycle {
t.Skip("Skipping lifecycle test temporarily.")
}

if !*tests.TestLifecycle {
t.Skip("Skipping lifecycle test. To run release bundle test add the '-test.lc=true' option.")
}
Expand Down
Loading