1module 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 ] 7end 8 9