Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/network/localnet/test_default_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Comment thread
yossisegev marked this conversation as resolved.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The 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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The 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
I opened this PR to unblock this test #5492

@pytest.mark.single_nic
@pytest.mark.s390x
@pytest.mark.usefixtures("nncp_localnet")
Expand Down