Skip to content

Commit 63919bf

Browse files
committed
Revert "Fixed test to match updates in PR project-codeflare#577"
This reverts commit 4d43711.
1 parent 4d43711 commit 63919bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/e2e/util.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,14 +1687,12 @@ func createGenericDeploymentAWWithMultipleItems(context *context, name string) *
16871687
GenericTemplate: runtime.RawExtension{
16881688
Raw: rb,
16891689
},
1690-
CompletionStatus: "Progressing",
16911690
},
16921691
{
16931692
DesiredAvailable: 1,
16941693
GenericTemplate: runtime.RawExtension{
16951694
Raw: rb1,
16961695
},
1697-
CompletionStatus: "Completed",
16981696
},
16991697
},
17001698
},
@@ -1710,7 +1708,7 @@ func createGenericDeploymentAWWithMultipleItems(context *context, name string) *
17101708
func createGenericDeploymentWithCPUAW(context *context, name string, cpuDemand string, replicas int) *arbv1.AppWrapper {
17111709
rb := []byte(fmt.Sprintf(`{
17121710
"apiVersion": "apps/v1",
1713-
"kind": "Deployment",
1711+
"kind": "Deployment",
17141712
"metadata": {
17151713
"name": "%s",
17161714
"namespace": "test",

0 commit comments

Comments
 (0)