Skip to content

Commit

Permalink
fix: disable rollback mitigation for dcp container test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmtszr committed Feb 22, 2024
1 parent 604440a commit 1d5989c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dcp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ func getConfig() *config.Dcp {
},
},
},
RollbackMitigation: config.RollbackMitigation{
Disabled: true,
},
}
}

Expand Down

0 comments on commit 1d5989c

Please sign in to comment.