Skip to content

Commit

Permalink
test: disable KFTO in e2e (opendatahub-io#1242)
Browse files Browse the repository at this point in the history
- till we can have KFTO image moved away from docker.io, keep this component to Removed
- hit too many times in e2e with" rate limits"

Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw authored Sep 17, 2024
1 parent ac7bb50 commit 28eddbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func setupDSCInstance(name string) *dscv1.DataScienceCluster {
},
TrainingOperator: trainingoperator.TrainingOperator{
Component: components.Component{
ManagementState: operatorv1.Managed,
ManagementState: operatorv1.Removed,
},
},
},
Expand Down

0 comments on commit 28eddbc

Please sign in to comment.