chore(testing) skip flakey test
parent
935640cf99
commit
fa849d5c0b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue