Skip to content

Commit

Permalink
Merge pull request #237 from marten-seemann/disable-rebind-tests
Browse files Browse the repository at this point in the history
disable the port and address rebinding tests
  • Loading branch information
marten-seemann authored Oct 15, 2020
2 parents 0ea8c72 + 9176592 commit 766d196
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions testcases.py
Original file line number Diff line number Diff line change
Expand Up @@ -1432,8 +1432,10 @@ def additional_containers() -> List[str]:
TestCaseTransferLoss,
TestCaseHandshakeCorruption,
TestCaseTransferCorruption,
TestCasePortRebinding,
TestCaseAddressRebinding,
# The next two tests are disabled due to Wireshark not being able
# to decrypt packets sent on the new path.
# TestCasePortRebinding,
# TestCaseAddressRebinding,
TestCaseIPv6,
]

Expand Down

0 comments on commit 766d196

Please sign in to comment.