From 85614e0dd09138b4cd6c0e02172bb4dd5f3348f9 Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Thu, 8 May 2025 16:26:52 -0400 Subject: [PATCH] Remove two small just-added tests We decided on a different behavior, no-op instead of outright failure. (cherry picked from commit d5e97c9925dac39e894319d0231cd0ac46bef390) --- tests/scripts/pulp_rpm/test_rpm_sync_publish.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/scripts/pulp_rpm/test_rpm_sync_publish.sh b/tests/scripts/pulp_rpm/test_rpm_sync_publish.sh index a8623dc33..b9c72ec9f 100755 --- a/tests/scripts/pulp_rpm/test_rpm_sync_publish.sh +++ b/tests/scripts/pulp_rpm/test_rpm_sync_publish.sh @@ -106,8 +106,6 @@ then expect_succ pulp rpm repository update --name "cli_test_rpm_repository" --checksum-type sha512 expect_fail pulp rpm repository update --name "cli_test_rpm_repository" --checksum-type sha1 - expect_fail pulp rpm repository update --name "cli_test_rpm_repository" --package-checksum-type sha1 - expect_fail pulp rpm repository update --name "cli_test_rpm_repository" --metadata-checksum-type sha1 else expect_succ pulp rpm repository update --name "cli_test_rpm_repository" --metadata-checksum-type sha1 expect_succ pulp rpm repository update --name "cli_test_rpm_repository" --package-checksum-type sha1