Skip to content

skip flaky IPv6 misc-provisioning tests #18806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amolpati30
Copy link
Contributor

We are currently experiencing instability in some tests. Although we attempted to address the issue with certain solutions, the tests continue to fail or behave inconsistently. Due to this flakiness, the team has decided to temporarily skip these tests to ensure more reliable overall results. However, we are actively working on resolving the root cause of the flaky behavior to ensure these tests can be re-enabled and consistently pass in the future.

@amolpati30 amolpati30 requested a review from a team as a code owner June 25, 2025 08:14
@amolpati30 amolpati30 added No-CherryPick PR doesnt need CherryPick to previous branches Stream Introduced in or relating directly to Satellite Stream/Master Do Not Merge labels Jun 25, 2025
@@ -68,6 +68,7 @@ def assert_host_logs(channel, pattern):
@pytest.mark.on_premises_provisioning
@pytest.mark.ipv6_provisioning
@pytest.mark.rhel_ver_match(r'^(?!.*fips).*$')
@pytest.mark.skip(reason='The flaky test is skipped until support or a fix is implemented')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it would skip this test for both IPv4 and IPv6, and considering the provisioning fixture executions here for IPv6, I'd suggest to not skip this here and do this in CI instead, as we discussed offline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Merge No-CherryPick PR doesnt need CherryPick to previous branches Stream Introduced in or relating directly to Satellite Stream/Master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants