We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b005e5 commit c24d3eaCopy full SHA for c24d3ea
testing/upgradetest/upgrader.go
@@ -140,16 +140,6 @@ func WithCustomWatcherConfig(cfg string) UpgradeOpt {
140
}
141
142
143
-<<<<<<< HEAD
144
-=======
145
-// WithServers will use start version with servers flavor.
146
-func WithServers() UpgradeOpt {
147
- return func(opts *UpgradeOpts) {
148
- opts.installServers = true
149
- }
150
-}
151
-
152
->>>>>>> ac9ee9a34 ([Integration Test] Ensure that upgrading a FIPS-capable Agent results in a FIPS-capable Agent (#7804))
153
// WithDisableUpgradeWatcherUpgradeDetailsCheck disables any assertions for
154
// upgrade details that are being set by the Upgrade Watcher. This option is
155
// useful in upgrade tests where the end Agent version does not contain changes
0 commit comments