1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Test: Run fast and slow blackbox tests seperately.

This commit is contained in:
winlin 2023-01-03 22:47:07 +08:00
parent c31a8076bb
commit 95b534ff10
4 changed files with 13 additions and 11 deletions

View file

@ -33,7 +33,7 @@ import (
"time"
)
func TestRtmpPublish_RtmpPlay_Basic(t *testing.T) {
func TestFast_RtmpPublish_RtmpPlay_Basic(t *testing.T) {
// This case is run in parallel.
t.Parallel()
@ -110,7 +110,7 @@ func TestRtmpPublish_RtmpPlay_Basic(t *testing.T) {
}
}
func TestRtmpPublish_HttpFlvPlay_Basic(t *testing.T) {
func TestFast_RtmpPublish_HttpFlvPlay_Basic(t *testing.T) {
// This case is run in parallel.
t.Parallel()
@ -193,7 +193,7 @@ func TestRtmpPublish_HttpFlvPlay_Basic(t *testing.T) {
}
}
func TestRtmpPublish_RtmpPlay_ChunkSize128(t *testing.T) {
func TestFast_RtmpPublish_RtmpPlay_ChunkSize128(t *testing.T) {
// This case is run in parallel.
t.Parallel()
@ -274,7 +274,7 @@ func TestRtmpPublish_RtmpPlay_ChunkSize128(t *testing.T) {
}
}
func TestRtmpPublish_RtmpPlay_EnableATC(t *testing.T) {
func TestFast_RtmpPublish_RtmpPlay_EnableATC(t *testing.T) {
// This case is run in parallel.
t.Parallel()