Skip to content

Commit

Permalink
Minor fix in e2e test "TestPodEvaluatorWithLargeObjects"
Browse files Browse the repository at this point in the history
  • Loading branch information
kispaljr committed Nov 24, 2024
1 parent c7b7398 commit 60b3fd1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2297,10 +2297,7 @@ data:
if err != nil {
t.Errorf("failed to parse object: %v", err)
}
switch node.GetName() {
case "kptfile.kpt.dev":
continue
case "test-data":
if node.GetName() == "test-data" {
f := node.Field("data")
if f.IsNilOrEmpty() {
t.Fatalf("couldn't find data field in test-data")
Expand Down

0 comments on commit 60b3fd1

Please sign in to comment.