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