Skip to content

Commit

Permalink
Fix failing e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh committed May 30, 2024
1 parent 3644d50 commit 34fa78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/support-bundle/cluster_resources_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func TestClusterResources(t *testing.T) {
"pvs.json",
"pod-disruption-budgets-errors.json",
"resources.json",
"cronjobs-errors.json",
"custom-resource-definitions.json",
"groups.json",
"priorityclasses.json",
Expand All @@ -38,6 +37,7 @@ func TestClusterResources(t *testing.T) {
},
{
paths: []string{
"cronjobs",
"limitranges",
"daemonsets",
"deployments",
Expand Down

0 comments on commit 34fa78c

Please sign in to comment.