chore(testing) skip flakey test

pull/13962/head
docmerlin (j. Emrys Landivar) 2019-05-28 10:47:27 -05:00
parent 935640cf99
commit fa849d5c0b
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ func init() {
}
func TestFluxEndToEnd(t *testing.T) {
t.Skip("flakey test https://github.com/influxdata/influxdb/issues/13996")
runEndToEnd(t, stdlib.FluxTestPackages)
}
func BenchmarkFluxEndToEnd(b *testing.B) {