chore(test): re-enable e2e test for resolved bugs - #551
Open
pkoprda wants to merge 1 commit into
Open
Conversation
pkoprda
force-pushed
the
pkoprda/remove-pytest-skip
branch
from
August 12, 2026 11:20
2b7b93d to
77d0b83
Compare
pkoprda
marked this pull request as ready for review
August 12, 2026 11:22
pkoprda
force-pushed
the
pkoprda/remove-pytest-skip
branch
from
August 14, 2026 11:19
77d0b83 to
6972e3f
Compare
Archana-PandeyM
previously approved these changes
Aug 18, 2026
pkoprda
force-pushed
the
pkoprda/remove-pytest-skip
branch
from
August 20, 2026 14:22
6972e3f to
7ca4f74
Compare
Since the bugs in e2e tests were resolved (CCT-862, CCT-696), the pytest skip marker can be dropped and the test re-enabled. The `external_candlepin` fixture was added to properly set up the Candlepin server dependency for the test. The extra sleep() call was also removed as this is already handled in pytest_client_tools testing framework. Signed-off-by: pkoprda <pkoprda@redhat.com>
pkoprda
force-pushed
the
pkoprda/remove-pytest-skip
branch
from
August 21, 2026 09:29
7ca4f74 to
0d26b3d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since the bugs in e2e tests were resolved (CCT-862, CCT-696), the pytest skip marker can be dropped and the test re-enabled. The
external_candlepinfixture was added to properly set up the Candlepin server dependency for the test. The extra sleep() call was also removed as this is already handled in pytest_client_tools testing framework.