-
Notifications
You must be signed in to change notification settings - Fork 72
Block test_vmi_reports_ip_on_secondary_interface_without_vlan due to CNV-90600 #5275
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,6 +56,7 @@ def test_connectivity_post_migration_between_localnet_vms( | |
| assert is_tcp_connection(server=server, client=client) | ||
|
|
||
|
|
||
| @pytest.mark.jira("CNV-90600", run=False) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I commented on the bug itself, this is not a product problem, it is a test + tooling problem. @rnetser , @servolkov , @azhivovk FYI
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree, but we needed to block this test since it was constantly failing in CI |
||
| @pytest.mark.single_nic | ||
| @pytest.mark.s390x | ||
| @pytest.mark.usefixtures("nncp_localnet") | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.