Files
metasploit-gs/spec/support/acceptance/session/shared.rb
T
2026-01-26 21:11:13 +00:00

8 lines
274 B
Ruby

module Acceptance::Session::Shared
# TODO: Should be resolved
SOCKET_CHANNEL_FLAKES = [
["[-] FAILED: [UDP] Receives data from the peer", { flaky: true }],
["[-] FAILED: [TCP-Server] Propagates close events to the server", { flaky: true }]
]
end