Skip to content

Commit

Permalink
enable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Jan 3, 2025
1 parent ab0193e commit 07538a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/e2e/cluster/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ import (

func TestListCreated(t *testing.T) {
utils.CheckContext()
fmt.Println("checked context")
clusterID, err := infractlCreateCluster(
"simulate", utils.GetUniqueClusterName("list-created"),
"--lifespan=30s",
"--arg=create-delay-seconds=5",
"--arg=destroy-delay-seconds=5",
)
fmt.Println("infractlCreateCluster ran")
assert.NoError(t, err)
assert.NotEmpty(t, clusterID)
listedClusters, err := infractlList("--prefix=list-created")
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/cluster/status_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build e2e
// +build e2e
//go:build e2e2
// +build e2e2

package cluster_test

Expand Down

0 comments on commit 07538a5

Please sign in to comment.