Skip to content

Commit

Permalink
Revert "Fixed test to match updates in PR project-codeflare#577"
Browse files Browse the repository at this point in the history
This reverts commit 4d43711.
  • Loading branch information
metalcycling committed Aug 19, 2023
1 parent 4d43711 commit 63919bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -1687,14 +1687,12 @@ func createGenericDeploymentAWWithMultipleItems(context *context, name string) *
GenericTemplate: runtime.RawExtension{
Raw: rb,
},
CompletionStatus: "Progressing",
},
{
DesiredAvailable: 1,
GenericTemplate: runtime.RawExtension{
Raw: rb1,
},
CompletionStatus: "Completed",
},
},
},
Expand All @@ -1710,7 +1708,7 @@ func createGenericDeploymentAWWithMultipleItems(context *context, name string) *
func createGenericDeploymentWithCPUAW(context *context, name string, cpuDemand string, replicas int) *arbv1.AppWrapper {
rb := []byte(fmt.Sprintf(`{
"apiVersion": "apps/v1",
"kind": "Deployment",
"kind": "Deployment",
"metadata": {
"name": "%s",
"namespace": "test",
Expand Down

0 comments on commit 63919bf

Please sign in to comment.