Skip to content

Commit

Permalink
Remove TestSimpleCompositionCreate
Browse files Browse the repository at this point in the history
- This test was useful at the begining when composition create was failing.
- Now code is mature and all other tests cover this aspect
  • Loading branch information
barney-s committed Aug 27, 2024
1 parent d79ddc9 commit f92137a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 105 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ import (
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
)

func TestSimpleCompositionCreate(t *testing.T) {
//t.Parallel()
s := scenario.NewBasic(t)
defer s.Cleanup()
s.Setup()
}

func TestSimpleExpansionJob(t *testing.T) {
//t.Parallel()
s := scenario.NewBasic(t)
Expand Down

0 comments on commit f92137a

Please sign in to comment.