Skip to content

Commit

Permalink
fix: Test not passing on fresh k3d
Browse files Browse the repository at this point in the history
  • Loading branch information
keskad committed Nov 25, 2023
1 parent 02ade6e commit 1e985b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/core/e2e_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func TestFetchLogs(t *testing.T) {
assert.Nil(t, testpkg.Kubectl([]string{"delete", "-f", "../../test_data/test-run.yaml"}))
_ = testpkg.Kubectl([]string{"delete", "-f", "../../test_data/test-run.yaml"})
assert.Nil(t, testpkg.Kubectl([]string{"apply", "-f", "../../test_data/test-run.yaml"}))
testpkg.WaitForPipelineFinishedByName("default", "test-run")

Expand Down

0 comments on commit 1e985b2

Please sign in to comment.