support/v0.28 #289
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ const (
|
|||
)
|
||||
|
||||
func TestPeriodicWriter(t *testing.T) {
|
||||
t.Skip()
|
||||
|
||||
const dur = 100 * time.Millisecond
|
||||
const whitespaces = 8
|
||||
expected := []byte(xml.Header)
|
||||
|
|
Loading…
Reference in a new issue