Skip to content

Commit

Permalink
[ST] Remove line for setting null for LMFV in StrimziDowngradeST (#10709
Browse files Browse the repository at this point in the history
)

Signed-off-by: Lukas Kral <[email protected]>
  • Loading branch information
im-konge authored Oct 13, 2024
1 parent f34e40e commit 72f251c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ public class StrimziDowngradeST extends AbstractUpgradeST {
void testDowngradeOfKafkaKafkaConnectAndKafkaConnector(String from, String to, String fgBefore, String fgAfter, BundleVersionModificationData downgradeData) throws IOException {
final TestStorage testStorage = new TestStorage(ResourceManager.getTestContext());
UpgradeKafkaVersion downgradeKafkaVersion = UpgradeKafkaVersion.getKafkaWithVersionFromUrl(downgradeData.getFromKafkaVersionsUrl(), downgradeData.getDeployKafkaVersion());
// setting log message version to null, similarly to the examples, which are not configuring LMFV
downgradeKafkaVersion.setLogMessageVersion(null);

assumeTrue(StUtils.isAllowOnCurrentEnvironment(downgradeData.getEnvFlakyVariable()));
assumeTrue(StUtils.isAllowedOnCurrentK8sVersion(downgradeData.getEnvMaxK8sVersion()));
Expand Down

0 comments on commit 72f251c

Please sign in to comment.