Skip to content

Commit

Permalink
skip web stream for now
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Jul 24, 2024
1 parent 445c1b8 commit ca04259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (r *Runner) testWeb(t *testing.T) {
r.sourceFramerate = 30
t.Run("Web", func(t *testing.T) {
r.testWebFile(t)
r.testWebStream(t)
// r.testWebStream(t)
r.testWebSegments(t)
r.testWebMulti(t)
})
Expand Down

0 comments on commit ca04259

Please sign in to comment.