mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-20 00:41:02 +00:00
7 lines
123 B
Go
7 lines
123 B
Go
package stream
|
|
|
|
import "testing"
|
|
|
|
func TetsStream(t *testing.T) {
|
|
t.Skip() //TODO(bradrydzewski) implement stream tests
|
|
}
|