(t *testing.T)
| 173 | } |
| 174 | |
| 175 | func TestMultiNodeJoinAfterClose(t *testing.T) { |
| 176 | if testing.Short() { |
| 177 | t.SkipNow() |
| 178 | return |
| 179 | } |
| 180 | |
| 181 | _, _, finish := setupMultiNodeTest("TestMultiNodeJoinAfterClose") |
| 182 | defer finish() |
| 183 | |
| 184 | scenarioJoinClosedRoom(t) |
| 185 | } |
| 186 | |
| 187 | func TestMultiNodeCloseNonRTCRoom(t *testing.T) { |
| 188 | if testing.Short() { |
nothing calls this directly
no test coverage detected