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