Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/spec/support/acceptance/session/shared.rb
31151 views
1
module Acceptance::Session::Shared
2
# TODO: Should be resolved
3
SOCKET_CHANNEL_FLAKES = [
4
["[-] FAILED: [UDP] Receives data from the peer", { flaky: true }],
5
["[-] FAILED: [TCP-Server] Propagates close events to the server", { flaky: true }]
6
]
7
end
8
9