Skip to content

Commit 0536329

Browse files
authored
RSDK-7959 - Skip Test modmanager.TestRTPPassthrough (#4102)
1 parent 37d9d51 commit 0536329

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

module/modmanager/manager_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,8 @@ func greenLog(t *testing.T, msg string) {
10001000
}
10011001

10021002
func TestRTPPassthrough(t *testing.T) {
1003+
// RSDK-7958
1004+
t.Skip()
10031005
ctx := context.Background()
10041006
logger := logging.NewInMemoryLogger(t)
10051007
defer func() {

0 commit comments

Comments
 (0)