Skip to content

Commit

Permalink
disable PreventPodEviction
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Jul 8, 2024
1 parent 72d523a commit c41023d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-tests/ccip-tests/testsetups/ccip.go
Original file line number Diff line number Diff line change
Expand Up @@ -1284,9 +1284,9 @@ func (o *CCIPTestSetUpOutputs) CreateEnvironment(

func createEnvironmentConfig(t *testing.T, envName string, testConfig *CCIPTestConfig, reportPath string) *environment.Config {
envConfig := &environment.Config{
NamespacePrefix: envName,
Test: t,
PreventPodEviction: true,
NamespacePrefix: envName,
Test: t,
//PreventPodEviction: true, //TODO: enable this once we have a way to handle pod eviction
}
if pointer.GetBool(testConfig.TestGroupInput.StoreLaneConfig) {
envConfig.ReportPath = reportPath
Expand Down

0 comments on commit c41023d

Please sign in to comment.