Skip to content

Commit

Permalink
RSDK-7959 - Skip Test modmanager.TestRTPPassthrough (#4102)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksanford authored Jun 18, 2024
1 parent 37d9d51 commit 0536329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/modmanager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,8 @@ func greenLog(t *testing.T, msg string) {
}

func TestRTPPassthrough(t *testing.T) {
// RSDK-7958
t.Skip()
ctx := context.Background()
logger := logging.NewInMemoryLogger(t)
defer func() {
Expand Down

0 comments on commit 0536329

Please sign in to comment.